完成授权页面样式重设计、云端数据权限功能、修复代理后台页面问题

This commit is contained in:
2026-05-09 09:21:48 +08:00
parent 0bd52e6bf1
commit 17d7d4c68d
13 changed files with 975 additions and 417 deletions
+6
View File
@@ -450,6 +450,12 @@ const routes: RouteRecordRaw[] = [
component: () => import('@/pages/agent/finance/index.vue'),
meta: { title: '财务管理 - 代理商后台' },
},
{
path: 'cloud-data',
name: 'AgentCloudData',
component: () => import('@/pages/agent/cloud-data/index.vue'),
meta: { title: '云端数据 - 代理商后台' },
},
{
path: 'profile',
name: 'AgentProfile',