feat: 用户协议管理页与海报资源组配置

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XingQue
2026-06-27 02:27:50 +08:00
parent d142c82d6e
commit bf62e2e5dc
4 changed files with 346 additions and 0 deletions

View File

@@ -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: '用户协议管理' }
},
// ========== 🔥 新增:客服会话管理 ==========