完成授权页面样式重设计、云端数据权限功能、修复代理后台页面问题
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user