Merge remote-tracking branch 'origin/feature/v1.3_营销资产中台' into feature/0707_产品权限

This commit is contained in:
rd
2025-07-08 17:28:32 +08:00
18 changed files with 835 additions and 430 deletions

View File

@ -137,13 +137,25 @@ const COMPONENTS: AppRouteRecordRaw[] = [
path: 'investmentGuidelines',
name: 'PutAccountInvestmentGuidelines',
meta: {
locale: '平台投放指南',
locale: '投放指南',
requiresAuth: true,
requireLogin: true,
roles: ['*'],
},
component: () => import('@/views/property-marketing/put-account/investment-guidelines'),
},
{
path: 'detail/:id',
name: 'guideDetail',
meta: {
locale: '投放指南详情',
requiresAuth: true,
hideInMenu: true,
roles: ['*'],
activeMenu: 'PutAccountInvestmentGuidelines',
},
component: () => import('@/views/property-marketing/put-account/investment-guidelines/detail'),
},
],
},
{