Merge remote-tracking branch 'origin/feature/0918_账号管理新增视图_rxd' into test

# Conflicts:
#	src/components/common-select/index.vue
#	src/router/routes/modules/propertyMarketing.ts
This commit is contained in:
rd
2025-09-24 16:37:16 +08:00
34 changed files with 998 additions and 258 deletions

View File

@ -100,6 +100,19 @@ const COMPONENTS: AppRouteRecordRaw[] = [
},
component: () => import('@/views/property-marketing/media-account/account-detail/index.vue'),
},
{
path: 'note-detail/:id',
name: 'MediaAccountNoteDetails',
meta: {
locale: '作品详情',
requiresAuth: true,
requireLogin: true,
roles: ['*'],
hideInMenu: true,
activeMenu: 'MediaAccountAccountDashboard',
},
component: () => import('@/views/property-marketing/media-account/node-detail/index.vue'),
},
],
},
// {