From bf62e2e5dc1740ca2fc1b98526d8736c622d2894 Mon Sep 17 00:00:00 2001 From: XingQue Date: Sat, 27 Jun 2026 02:27:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=94=A8=E6=88=B7=E5=8D=8F=E8=AE=AE?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E9=A1=B5=E4=B8=8E=E6=B5=B7=E6=8A=A5=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E7=BB=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Cursor --- src/router/index.js | 5 + src/views/Layout.vue | 1 + src/views/miniapp/MiniappConfig.vue | 1 + src/views/miniapp/XieyiManage.vue | 339 ++++++++++++++++++++++++++++ 4 files changed, 346 insertions(+) create mode 100644 src/views/miniapp/XieyiManage.vue diff --git a/src/router/index.js b/src/router/index.js index 0e78b5f..c2d72e8 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -228,6 +228,11 @@ const routes = [ component: () => import('@/views/miniapp/MiniappConfig.vue'), meta: { title: '微信与页面资源配置' } }, + { + path: 'miniapp/xieyi-manage', + component: () => import('@/views/miniapp/XieyiManage.vue'), + meta: { title: '用户协议管理' } + }, // ========== 🔥 新增:客服会话管理 ========== diff --git a/src/views/Layout.vue b/src/views/Layout.vue index efddbc5..5aa95c2 100644 --- a/src/views/Layout.vue +++ b/src/views/Layout.vue @@ -137,6 +137,7 @@ 弹窗公告管理 自动弹窗及话术配置 微信与页面资源配置 + 用户协议管理 diff --git a/src/views/miniapp/MiniappConfig.vue b/src/views/miniapp/MiniappConfig.vue index 624d3eb..e65c22a 100644 --- a/src/views/miniapp/MiniappConfig.vue +++ b/src/views/miniapp/MiniappConfig.vue @@ -67,6 +67,7 @@ + 保存路径 刷新 diff --git a/src/views/miniapp/XieyiManage.vue b/src/views/miniapp/XieyiManage.vue new file mode 100644 index 0000000..edbb791 --- /dev/null +++ b/src/views/miniapp/XieyiManage.vue @@ -0,0 +1,339 @@ + + + + +