feat: 投放账户管理

This commit is contained in:
rd
2025-07-02 15:30:13 +08:00
parent 8ef31e82e2
commit f35dd2dfa9
59 changed files with 521 additions and 412 deletions

View File

@ -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: ['*'],
},