|
@@ -55,12 +55,12 @@ const routes = [
|
|
|
component: () => import('@/views/ad-plan-conf/detail.vue'),
|
|
component: () => import('@/views/ad-plan-conf/detail.vue'),
|
|
|
meta: { title: '广告计划配置详情', icon: 'Document', hideInMenu: true }
|
|
meta: { title: '广告计划配置详情', icon: 'Document', hideInMenu: true }
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- path: 'account',
|
|
|
|
|
- name: 'Account',
|
|
|
|
|
- component: () => import('@/views/account/index.vue'),
|
|
|
|
|
- meta: { title: '广告账户管理', icon: 'User' }
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ // {
|
|
|
|
|
+ // path: 'account',
|
|
|
|
|
+ // name: 'Account',
|
|
|
|
|
+ // component: () => import('@/views/account/index.vue'),
|
|
|
|
|
+ // meta: { title: '广告账户管理', icon: 'User' }
|
|
|
|
|
+ // },
|
|
|
|
|
|
|
|
{
|
|
{
|
|
|
path: 'conversion',
|
|
path: 'conversion',
|
|
@@ -68,30 +68,30 @@ const routes = [
|
|
|
component: () => import('@/views/conversion/index.vue'),
|
|
component: () => import('@/views/conversion/index.vue'),
|
|
|
meta: { title: '转化归因管理', icon: 'DataAnalysis' }
|
|
meta: { title: '转化归因管理', icon: 'DataAnalysis' }
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- path: 'adgroup',
|
|
|
|
|
- name: 'Adgroup',
|
|
|
|
|
- component: () => import('@/views/adgroup/index.vue'),
|
|
|
|
|
- meta: { title: '广告组管理', icon: 'DataBoard' }
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- path: 'drama',
|
|
|
|
|
- name: 'Drama',
|
|
|
|
|
- component: () => import('@/views/drama/index.vue'),
|
|
|
|
|
- meta: { title: '短剧资产管理', icon: 'VideoPlay' }
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- path: 'image',
|
|
|
|
|
- name: 'Image',
|
|
|
|
|
- component: () => import('@/views/image/index.vue'),
|
|
|
|
|
- meta: { title: '图片上传', icon: 'Picture' }
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- path: 'video',
|
|
|
|
|
- name: 'Video',
|
|
|
|
|
- component: () => import('@/views/video/index.vue'),
|
|
|
|
|
- meta: { title: '视频上传', icon: 'VideoCamera' }
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ // {
|
|
|
|
|
+ // path: 'adgroup',
|
|
|
|
|
+ // name: 'Adgroup',
|
|
|
|
|
+ // component: () => import('@/views/adgroup/index.vue'),
|
|
|
|
|
+ // meta: { title: '广告组管理', icon: 'DataBoard' }
|
|
|
|
|
+ // },
|
|
|
|
|
+ // {
|
|
|
|
|
+ // path: 'drama',
|
|
|
|
|
+ // name: 'Drama',
|
|
|
|
|
+ // component: () => import('@/views/drama/index.vue'),
|
|
|
|
|
+ // meta: { title: '短剧资产管理', icon: 'VideoPlay' }
|
|
|
|
|
+ // },
|
|
|
|
|
+ // {
|
|
|
|
|
+ // path: 'image',
|
|
|
|
|
+ // name: 'Image',
|
|
|
|
|
+ // component: () => import('@/views/image/index.vue'),
|
|
|
|
|
+ // meta: { title: '图片上传', icon: 'Picture' }
|
|
|
|
|
+ // },
|
|
|
|
|
+ // {
|
|
|
|
|
+ // path: 'video',
|
|
|
|
|
+ // name: 'Video',
|
|
|
|
|
+ // component: () => import('@/views/video/index.vue'),
|
|
|
|
|
+ // meta: { title: '视频上传', icon: 'VideoCamera' }
|
|
|
|
|
+ // },
|
|
|
{
|
|
{
|
|
|
path: 'oss-file',
|
|
path: 'oss-file',
|
|
|
name: 'OssFile',
|
|
name: 'OssFile',
|