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:
@ -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'),
|
||||
},
|
||||
],
|
||||
},
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user