智能方案管理页面

This commit is contained in:
林志军
2025-06-26 11:35:23 +08:00
parent 573af34889
commit ccfa7baff1
5 changed files with 582 additions and 3 deletions

View File

@ -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'),
},
],
},