feat: 新增投放指南组件和优化品牌物料页面

This commit is contained in:
林志军
2025-06-27 16:26:03 +08:00
parent b34fd6ef70
commit 404d4812b1
17 changed files with 1167 additions and 896 deletions

View File

@ -28,7 +28,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
requiresAuth: true,
roles: ['*'],
},
component: () => import('@/views/property-marketing/enterpriseKnowledge/brandMaterials.vue'),
component: () => import('@/views/property-marketing/enterpriseKnowledge/brand-materials/index.vue'),
},
],
},
@ -128,7 +128,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
requiresAuth: true,
roles: ['*'],
},
component: () => import('@/views/property-marketing/put-account/investmentGuidelines'),
component: () => import('@/views/property-marketing/put-account/investment-guidelines'),
},
],
},