diff --git a/src/views/resource/GamePlayView.vue b/src/views/resource/GamePlayView.vue
new file mode 100644
index 0000000..0774d32
--- /dev/null
+++ b/src/views/resource/GamePlayView.vue
@@ -0,0 +1,397 @@
+
+
+
+
+
+ 新增
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.row.skipType == 1 ? "native" : (scope.row.skipType == 2 ? "房间" : scope.row.skipType == 3
+ ? "H5" : "") }}
+
+ {{ scope.row.skipContent }}
+
+
+
+
+ {{ scope.row.startTime == null && scope.row.endTime ? "不限" : (scope.row.startTime + "~" +
+ (scope.row.endTime == null ? "不限" : scope.row.endTime)) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+ 入口名称
+
+
+
+
icon
+
+
![]()
+
+
+
+
+
+
+
+
+ 跳转位置
+
+
+
+
+
+ 资源编码
+
+
+
+ 展示方式
+
+
+
+
+
+ {{ resource.skipType
+ == 3 ? "跳转链接" :
+ (resource.skipType == 2 ? "跳转房间" : "") }}
+
+
+
+ 生效时间
+
+
+
+
+ 失效时间
+
+
+
+
+ 排序
+
+
+
+ {{ rule.ruleName
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ delDialogText }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/withdraw/WithdrawConfigView.vue b/src/views/withdraw/WithdrawConfigView.vue
index 95496ba..c4b3664 100644
--- a/src/views/withdraw/WithdrawConfigView.vue
+++ b/src/views/withdraw/WithdrawConfigView.vue
@@ -160,7 +160,7 @@