智能方案管理页面
This commit is contained in:
@ -28,7 +28,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
requiresAuth: true,
|
||||
roles: ['*'],
|
||||
},
|
||||
component: () => import('@/views/property-marketing/repository/test'),
|
||||
component: () => import('@/views/property-marketing/enterpriseKnowledge/brandMaterials.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -153,7 +153,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
requiresAuth: true,
|
||||
roles: ['*'],
|
||||
},
|
||||
component: () => import('@/views/property-marketing/repository/test'),
|
||||
component: () => import('@/views/property-marketing/intelligent-solution/businessAnalysisReport'),
|
||||
},
|
||||
{
|
||||
path: 'competitiveProductAnalysisReport',
|
||||
@ -163,7 +163,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
requiresAuth: true,
|
||||
roles: ['*'],
|
||||
},
|
||||
component: () => import('@/views/property-marketing/repository/test'),
|
||||
component: () => import('@/views/property-marketing/intelligent-solution/competitiveProductAnalysisReport'),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user