feat: 新增账户仪表盘组件和优化投放指南操作功能
This commit is contained in:
@ -12,7 +12,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
name: 'Repository',
|
||||
redirect: 'repository/brandMaterials',
|
||||
meta: {
|
||||
locale: '企业知识库',
|
||||
locale: '品牌资产管理',
|
||||
icon: IconBookmark,
|
||||
requiresAuth: true,
|
||||
roles: ['*'],
|
||||
@ -24,11 +24,11 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
path: 'brandMaterials',
|
||||
name: 'RepositoryBrandMaterials',
|
||||
meta: {
|
||||
locale: '品牌物料',
|
||||
locale: '品牌信息',
|
||||
requiresAuth: true,
|
||||
roles: ['*'],
|
||||
},
|
||||
component: () => import('@/views/property-marketing/enterpriseKnowledge/brand-materials/index.vue'),
|
||||
component: () => import('@/views/property-marketing/brands/brand-materials/index.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
@ -56,7 +56,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
component: () => import('@/views/property-marketing/media-account/account-manage'),
|
||||
},
|
||||
{
|
||||
path: 'accountDashboard',
|
||||
path: 'account-dashboard',
|
||||
name: 'MediaAccountAccountDashboard',
|
||||
meta: {
|
||||
locale: '账号看板',
|
||||
@ -82,7 +82,7 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
name: 'PutAccount',
|
||||
redirect: 'put-account/accountManagement',
|
||||
meta: {
|
||||
locale: '投放账户管理',
|
||||
locale: '投放资源中心',
|
||||
icon: IconBookmark,
|
||||
requiresAuth: true,
|
||||
roles: ['*'],
|
||||
@ -111,14 +111,14 @@ const COMPONENTS: AppRouteRecordRaw[] = [
|
||||
component: () => import('@/views/property-marketing/repository/test'),
|
||||
},
|
||||
{
|
||||
path: 'accountDashboard',
|
||||
path: 'account-dashboard',
|
||||
name: 'PutAccountAccountDashboard',
|
||||
meta: {
|
||||
locale: '账号看板',
|
||||
locale: '投放表现分析',
|
||||
requiresAuth: true,
|
||||
roles: ['*'],
|
||||
},
|
||||
component: () => import('@/views/property-marketing/repository/test'),
|
||||
component: () => import('@/views/property-marketing/put-account/account-dashboard'),
|
||||
},
|
||||
{
|
||||
path: 'investmentGuidelines',
|
||||
|
||||
Reference in New Issue
Block a user