feat: 投放账户管理
This commit is contained in:
@ -37,7 +37,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
name: 'MediaAccount',
|
||||
redirect: 'media-account/accountManagement',
|
||||
meta: {
|
||||
locale: '新媒体账号管理',
|
||||
locale: '账号资源中心',
|
||||
icon: IconBookmark,
|
||||
requiresAuth: true,
|
||||
roles: ['*'],
|
||||
@ -96,7 +96,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
path: 'manage',
|
||||
name: 'PutAccountAccountManagement',
|
||||
meta: {
|
||||
locale: '账号管理',
|
||||
locale: '账户管理',
|
||||
requiresAuth: true,
|
||||
roles: ['*'],
|
||||
},
|
||||
@ -106,7 +106,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
path: 'data',
|
||||
name: 'PutAccountAccountData',
|
||||
meta: {
|
||||
locale: '账号数据',
|
||||
locale: '账户数据',
|
||||
requiresAuth: true,
|
||||
roles: ['*'],
|
||||
},
|
||||
@ -126,7 +126,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
path: 'investmentGuidelines',
|
||||
name: 'PutAccountInvestmentGuidelines',
|
||||
meta: {
|
||||
locale: '投放指南',
|
||||
locale: '平台投放指南',
|
||||
requiresAuth: true,
|
||||
roles: ['*'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user