perf: 走查问题调整
This commit is contained in:
@ -88,77 +88,77 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: '/put-account',
|
||||
name: 'PutAccount',
|
||||
redirect: 'put-account/accountManagement',
|
||||
meta: {
|
||||
locale: '投放资源中心',
|
||||
icon: IconPutAccount,
|
||||
requiresAuth: true,
|
||||
requireLogin: true,
|
||||
roles: ['*'],
|
||||
id: MENU_GROUP_IDS.PROPERTY_ID,
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'manage',
|
||||
name: 'PutAccountAccountManagement',
|
||||
meta: {
|
||||
locale: '账户管理',
|
||||
requiresAuth: true,
|
||||
requireLogin: true,
|
||||
roles: ['*'],
|
||||
},
|
||||
component: () => import('@/views/property-marketing/put-account/account-manage/index.vue'),
|
||||
},
|
||||
{
|
||||
path: 'data',
|
||||
name: 'PutAccountAccountData',
|
||||
meta: {
|
||||
locale: '账户数据',
|
||||
requiresAuth: true,
|
||||
requireLogin: true,
|
||||
roles: ['*'],
|
||||
},
|
||||
component: () => import('@/views/property-marketing/put-account/account-data/index.vue'),
|
||||
},
|
||||
{
|
||||
path: 'account-dashboard',
|
||||
name: 'PutAccountAccountDashboard',
|
||||
meta: {
|
||||
locale: '投放表现分析',
|
||||
requiresAuth: true,
|
||||
requireLogin: true,
|
||||
roles: ['*'],
|
||||
},
|
||||
component: () => import('@/views/property-marketing/put-account/account-dashboard/index.vue'),
|
||||
},
|
||||
{
|
||||
path: 'investmentGuidelines',
|
||||
name: 'PutAccountInvestmentGuidelines',
|
||||
meta: {
|
||||
locale: '投放指南',
|
||||
requiresAuth: true,
|
||||
requireLogin: true,
|
||||
roles: ['*'],
|
||||
},
|
||||
component: () => import('@/views/property-marketing/put-account/investment-guidelines/index.vue'),
|
||||
},
|
||||
{
|
||||
path: 'detail/:id',
|
||||
name: 'PutAccountInvestmentGuidelinesDetail',
|
||||
meta: {
|
||||
locale: '投放指南详情',
|
||||
requiresAuth: true,
|
||||
hideInMenu: true,
|
||||
roles: ['*'],
|
||||
activeMenu: 'PutAccountInvestmentGuidelines',
|
||||
},
|
||||
component: () => import('@/views/property-marketing/put-account/investment-guidelines/detail.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
// {
|
||||
// path: '/put-account',
|
||||
// name: 'PutAccount',
|
||||
// redirect: 'put-account/accountManagement',
|
||||
// meta: {
|
||||
// locale: '投放资源中心',
|
||||
// icon: IconPutAccount,
|
||||
// requiresAuth: true,
|
||||
// requireLogin: true,
|
||||
// roles: ['*'],
|
||||
// id: MENU_GROUP_IDS.PROPERTY_ID,
|
||||
// },
|
||||
// children: [
|
||||
// {
|
||||
// path: 'manage',
|
||||
// name: 'PutAccountAccountManagement',
|
||||
// meta: {
|
||||
// locale: '账户管理',
|
||||
// requiresAuth: true,
|
||||
// requireLogin: true,
|
||||
// roles: ['*'],
|
||||
// },
|
||||
// component: () => import('@/views/property-marketing/put-account/account-manage/index.vue'),
|
||||
// },
|
||||
// {
|
||||
// path: 'data',
|
||||
// name: 'PutAccountAccountData',
|
||||
// meta: {
|
||||
// locale: '账户数据',
|
||||
// requiresAuth: true,
|
||||
// requireLogin: true,
|
||||
// roles: ['*'],
|
||||
// },
|
||||
// component: () => import('@/views/property-marketing/put-account/account-data/index.vue'),
|
||||
// },
|
||||
// {
|
||||
// path: 'account-dashboard',
|
||||
// name: 'PutAccountAccountDashboard',
|
||||
// meta: {
|
||||
// locale: '投放表现分析',
|
||||
// requiresAuth: true,
|
||||
// requireLogin: true,
|
||||
// roles: ['*'],
|
||||
// },
|
||||
// component: () => import('@/views/property-marketing/put-account/account-dashboard/index.vue'),
|
||||
// },
|
||||
// {
|
||||
// path: 'investmentGuidelines',
|
||||
// name: 'PutAccountInvestmentGuidelines',
|
||||
// meta: {
|
||||
// locale: '投放指南',
|
||||
// requiresAuth: true,
|
||||
// requireLogin: true,
|
||||
// roles: ['*'],
|
||||
// },
|
||||
// component: () => import('@/views/property-marketing/put-account/investment-guidelines/index.vue'),
|
||||
// },
|
||||
// {
|
||||
// path: 'detail/:id',
|
||||
// name: 'PutAccountInvestmentGuidelinesDetail',
|
||||
// meta: {
|
||||
// locale: '投放指南详情',
|
||||
// requiresAuth: true,
|
||||
// hideInMenu: true,
|
||||
// roles: ['*'],
|
||||
// activeMenu: 'PutAccountInvestmentGuidelines',
|
||||
// },
|
||||
// component: () => import('@/views/property-marketing/put-account/investment-guidelines/detail.vue'),
|
||||
// },
|
||||
// ],
|
||||
// },
|
||||
// {
|
||||
// path: '/intelligent-solution',
|
||||
// name: 'IntelligentSolution',
|
||||
|
||||
Reference in New Issue
Block a user