perf: 暂时隐藏【智能方案管理】模块
This commit is contained in:
@ -158,43 +158,43 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
path: '/intelligent-solution',
|
// path: '/intelligent-solution',
|
||||||
name: 'IntelligentSolution',
|
// name: 'IntelligentSolution',
|
||||||
redirect: 'intelligent-solution/businessAnalysisReport',
|
// redirect: 'intelligent-solution/businessAnalysisReport',
|
||||||
meta: {
|
// meta: {
|
||||||
locale: '智能方案管理',
|
// locale: '智能方案管理',
|
||||||
icon: IconIntelligentSolution,
|
// icon: IconIntelligentSolution,
|
||||||
requiresAuth: true,
|
// requiresAuth: true,
|
||||||
requireLogin: true,
|
// requireLogin: true,
|
||||||
roles: ['*'],
|
// roles: ['*'],
|
||||||
id: MENU_GROUP_IDS.PROPERTY_ID,
|
// id: MENU_GROUP_IDS.PROPERTY_ID,
|
||||||
},
|
// },
|
||||||
children: [
|
// children: [
|
||||||
{
|
// {
|
||||||
path: 'businessAnalysisReport',
|
// path: 'businessAnalysisReport',
|
||||||
name: 'IntelligentSolutionBusinessAnalysisReport',
|
// name: 'IntelligentSolutionBusinessAnalysisReport',
|
||||||
meta: {
|
// meta: {
|
||||||
locale: '业务洞察报告',
|
// locale: '业务洞察报告',
|
||||||
requiresAuth: true,
|
// requiresAuth: true,
|
||||||
requireLogin: true,
|
// requireLogin: true,
|
||||||
roles: ['*'],
|
// roles: ['*'],
|
||||||
},
|
// },
|
||||||
component: () => import('@/views/property-marketing/intelligent-solution/businessAnalysisReport'),
|
// component: () => import('@/views/property-marketing/intelligent-solution/businessAnalysisReport'),
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
path: 'competitiveProductAnalysisReport',
|
// path: 'competitiveProductAnalysisReport',
|
||||||
name: 'IntelligentSolutionCompetitiveProductAnalysisReport',
|
// name: 'IntelligentSolutionCompetitiveProductAnalysisReport',
|
||||||
meta: {
|
// meta: {
|
||||||
locale: '竟品对比报告',
|
// locale: '竟品对比报告',
|
||||||
requiresAuth: true,
|
// requiresAuth: true,
|
||||||
requireLogin: true,
|
// requireLogin: true,
|
||||||
roles: ['*'],
|
// roles: ['*'],
|
||||||
},
|
// },
|
||||||
component: () => import('@/views/property-marketing/intelligent-solution/competitiveProductAnalysisReport'),
|
// component: () => import('@/views/property-marketing/intelligent-solution/competitiveProductAnalysisReport'),
|
||||||
},
|
// },
|
||||||
],
|
// ],
|
||||||
},
|
// },
|
||||||
];
|
];
|
||||||
|
|
||||||
export default COMPONENTS;
|
export default COMPONENTS;
|
||||||
|
|||||||
@ -77,14 +77,14 @@ export const MENU_LIST = [
|
|||||||
'guideDetail',
|
'guideDetail',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
name: '智能方案管理',
|
// name: '智能方案管理',
|
||||||
routeName: 'IntelligentSolutionBusinessAnalysisReport',
|
// routeName: 'IntelligentSolutionBusinessAnalysisReport',
|
||||||
includeRouteNames: [
|
// includeRouteNames: [
|
||||||
'IntelligentSolutionBusinessAnalysisReport',
|
// 'IntelligentSolutionBusinessAnalysisReport',
|
||||||
'IntelligentSolutionCompetitiveProductAnalysisReport',
|
// 'IntelligentSolutionCompetitiveProductAnalysisReport',
|
||||||
],
|
// ],
|
||||||
},
|
// },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user