diff --git a/src/router/index.js b/src/router/index.js
index 008c04e..0e78b5f 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -218,6 +218,16 @@ const routes = [
component: () => import('@/views/miniapp/PopupNotice.vue'),
meta: { title: '弹窗公告管理' }
},
+ {
+ path: 'miniapp/script-config',
+ component: () => import('@/views/miniapp/ScriptConfig.vue'),
+ meta: { title: '自动弹窗及话术配置' }
+ },
+ {
+ path: 'miniapp/sys-config',
+ component: () => import('@/views/miniapp/MiniappConfig.vue'),
+ meta: { title: '微信与页面资源配置' }
+ },
// ========== 🔥 新增:客服会话管理 ==========
diff --git a/src/views/Layout.vue b/src/views/Layout.vue
index b4c952b..75f9055 100644
--- a/src/views/Layout.vue
+++ b/src/views/Layout.vue
@@ -135,6 +135,8 @@
小程序配置
弹窗公告管理
+ 自动弹窗及话术配置
+ 微信与页面资源配置
@@ -187,18 +189,21 @@
+
diff --git a/src/views/miniapp/MiniappConfig.vue b/src/views/miniapp/MiniappConfig.vue
new file mode 100644
index 0000000..1d1a0ad
--- /dev/null
+++ b/src/views/miniapp/MiniappConfig.vue
@@ -0,0 +1,311 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存微信配置
+ 刷新
+
+
+
+
+
+
+
+
+
+
+ 保存路径
+ 刷新
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 上传替换
+
+
+
+
+
+
+
+
+
+
+
+
+