perf: 优化menu组件逻辑、登陆页面交互样式
This commit is contained in:
@ -27,6 +27,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
locale: '品牌信息',
|
||||
requiresAuth: true,
|
||||
roles: ['*'],
|
||||
menuId: 11,
|
||||
},
|
||||
component: () => import('@/views/property-marketing/brands/brand-materials/index.vue'),
|
||||
},
|
||||
@ -52,6 +53,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
locale: '账号管理',
|
||||
requiresAuth: true,
|
||||
roles: ['*'],
|
||||
menuId: 12,
|
||||
},
|
||||
component: () => import('@/views/property-marketing/media-account/account-manage'),
|
||||
},
|
||||
@ -99,6 +101,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
locale: '账户管理',
|
||||
requiresAuth: true,
|
||||
roles: ['*'],
|
||||
menuId: 13,
|
||||
},
|
||||
component: () => import('@/views/property-marketing/put-account/account-manage'),
|
||||
},
|
||||
@ -154,6 +157,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
locale: '业务洞察报告',
|
||||
requiresAuth: true,
|
||||
roles: ['*'],
|
||||
menuId: 14,
|
||||
},
|
||||
component: () => import('@/views/property-marketing/intelligent-solution/businessAnalysisReport'),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user