|
@@ -105,7 +105,7 @@ const MENU_SEEDS: SeedMenu[] = [
|
|
|
legacyParentId: 1,
|
|
legacyParentId: 1,
|
|
|
title: '视频管理',
|
|
title: '视频管理',
|
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
|
- name: 'videoList',
|
|
|
|
|
|
|
+ name: 'videoListMenu',
|
|
|
path: '/marketing/video',
|
|
path: '/marketing/video',
|
|
|
icon: 'i-carbon:video',
|
|
icon: 'i-carbon:video',
|
|
|
order: 1,
|
|
order: 1,
|
|
@@ -176,7 +176,7 @@ const MENU_SEEDS: SeedMenu[] = [
|
|
|
legacyParentId: 1,
|
|
legacyParentId: 1,
|
|
|
title: '分类管理',
|
|
title: '分类管理',
|
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
|
- name: 'categoryList',
|
|
|
|
|
|
|
+ name: 'categoryListMenu',
|
|
|
path: '/marketing/category',
|
|
path: '/marketing/category',
|
|
|
icon: 'i-carbon:category',
|
|
icon: 'i-carbon:category',
|
|
|
order: 2,
|
|
order: 2,
|
|
@@ -247,7 +247,7 @@ const MENU_SEEDS: SeedMenu[] = [
|
|
|
legacyParentId: 1,
|
|
legacyParentId: 1,
|
|
|
title: '标签管理',
|
|
title: '标签管理',
|
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
|
- name: 'tagList',
|
|
|
|
|
|
|
+ name: 'tagListMenu',
|
|
|
path: '/marketing/tag',
|
|
path: '/marketing/tag',
|
|
|
icon: 'i-carbon:tag',
|
|
icon: 'i-carbon:tag',
|
|
|
order: 3,
|
|
order: 3,
|
|
@@ -318,7 +318,7 @@ const MENU_SEEDS: SeedMenu[] = [
|
|
|
legacyParentId: 1,
|
|
legacyParentId: 1,
|
|
|
title: '广告管理',
|
|
title: '广告管理',
|
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
|
- name: 'adsList',
|
|
|
|
|
|
|
+ name: 'adsListMenu',
|
|
|
path: '/marketing/ads',
|
|
path: '/marketing/ads',
|
|
|
icon: 'i-carbon:image-copy',
|
|
icon: 'i-carbon:image-copy',
|
|
|
order: 4,
|
|
order: 4,
|
|
@@ -389,8 +389,8 @@ const MENU_SEEDS: SeedMenu[] = [
|
|
|
legacyParentId: 1,
|
|
legacyParentId: 1,
|
|
|
title: '参数管理',
|
|
title: '参数管理',
|
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
|
- name: 'paramList',
|
|
|
|
|
- path: '/marketing/param',
|
|
|
|
|
|
|
+ name: 'paramListMenu',
|
|
|
|
|
+ path: '/setting/param',
|
|
|
icon: 'i-carbon:settings',
|
|
icon: 'i-carbon:settings',
|
|
|
order: 5,
|
|
order: 5,
|
|
|
meta: {
|
|
meta: {
|
|
@@ -405,9 +405,9 @@ const MENU_SEEDS: SeedMenu[] = [
|
|
|
title: '参数列表',
|
|
title: '参数列表',
|
|
|
type: 'SUBMENU',
|
|
type: 'SUBMENU',
|
|
|
name: 'paramList',
|
|
name: 'paramList',
|
|
|
- path: '/marketing/paramList',
|
|
|
|
|
|
|
+ path: '/setting/paramList',
|
|
|
icon: null,
|
|
icon: null,
|
|
|
- componentKey: '@/views/marketing_center/param_mgnt/list.vue',
|
|
|
|
|
|
|
+ componentKey: '@/views/setting_mgnt/param_mgnt/list.vue',
|
|
|
order: 1,
|
|
order: 1,
|
|
|
meta: {
|
|
meta: {
|
|
|
title: '参数列表',
|
|
title: '参数列表',
|
|
@@ -423,15 +423,15 @@ const MENU_SEEDS: SeedMenu[] = [
|
|
|
title: '新增参数',
|
|
title: '新增参数',
|
|
|
type: 'SUBMENU',
|
|
type: 'SUBMENU',
|
|
|
name: 'paramCreate',
|
|
name: 'paramCreate',
|
|
|
- path: '/marketing/param/detail',
|
|
|
|
|
|
|
+ path: '/setting/param/detail',
|
|
|
icon: null,
|
|
icon: null,
|
|
|
- componentKey: '@/views/marketing_center/param_mgnt/detail.vue',
|
|
|
|
|
|
|
+ componentKey: '@/views/setting_mgnt/param_mgnt/detail.vue',
|
|
|
order: 2,
|
|
order: 2,
|
|
|
meta: {
|
|
meta: {
|
|
|
title: '新增参数',
|
|
title: '新增参数',
|
|
|
i18n: 'route.general.param.create',
|
|
i18n: 'route.general.param.create',
|
|
|
sidebar: false,
|
|
sidebar: false,
|
|
|
- activeMenu: '/marketing/paramList',
|
|
|
|
|
|
|
+ activeMenu: '/setting/paramList',
|
|
|
cache: true,
|
|
cache: true,
|
|
|
noCache: 'paramList',
|
|
noCache: 'paramList',
|
|
|
},
|
|
},
|
|
@@ -442,15 +442,15 @@ const MENU_SEEDS: SeedMenu[] = [
|
|
|
title: '编辑参数',
|
|
title: '编辑参数',
|
|
|
type: 'SUBMENU',
|
|
type: 'SUBMENU',
|
|
|
name: 'paramEdit',
|
|
name: 'paramEdit',
|
|
|
- path: '/marketing/param/detail/:id',
|
|
|
|
|
|
|
+ path: '/setting/param/detail/:id',
|
|
|
icon: null,
|
|
icon: null,
|
|
|
- componentKey: '@/views/marketing_center/param_mgnt/detail.vue',
|
|
|
|
|
|
|
+ componentKey: '@/views/setting_mgnt/param_mgnt/detail.vue',
|
|
|
order: 3,
|
|
order: 3,
|
|
|
meta: {
|
|
meta: {
|
|
|
title: '编辑参数',
|
|
title: '编辑参数',
|
|
|
i18n: 'route.general.param.edit',
|
|
i18n: 'route.general.param.edit',
|
|
|
sidebar: false,
|
|
sidebar: false,
|
|
|
- activeMenu: '/marketing/paramList',
|
|
|
|
|
|
|
+ activeMenu: '/setting/paramList',
|
|
|
cache: true,
|
|
cache: true,
|
|
|
noCache: 'paramList',
|
|
noCache: 'paramList',
|
|
|
},
|
|
},
|
|
@@ -460,7 +460,7 @@ const MENU_SEEDS: SeedMenu[] = [
|
|
|
legacyParentId: 1,
|
|
legacyParentId: 1,
|
|
|
title: '渠道管理',
|
|
title: '渠道管理',
|
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
|
- name: 'channelList',
|
|
|
|
|
|
|
+ name: 'channelListMenu',
|
|
|
path: '/marketing/channel',
|
|
path: '/marketing/channel',
|
|
|
icon: 'i-carbon:network-3',
|
|
icon: 'i-carbon:network-3',
|
|
|
order: 6,
|
|
order: 6,
|
|
@@ -478,7 +478,7 @@ const MENU_SEEDS: SeedMenu[] = [
|
|
|
name: 'channelList',
|
|
name: 'channelList',
|
|
|
path: '/marketing/channelList',
|
|
path: '/marketing/channelList',
|
|
|
icon: null,
|
|
icon: null,
|
|
|
- componentKey: '@/views/marketing_center/channel_mgnt/list.vue',
|
|
|
|
|
|
|
+ componentKey: '@/views/setting_mgnt/channel_mgnt/list.vue',
|
|
|
order: 1,
|
|
order: 1,
|
|
|
meta: {
|
|
meta: {
|
|
|
title: '渠道列表',
|
|
title: '渠道列表',
|
|
@@ -496,7 +496,7 @@ const MENU_SEEDS: SeedMenu[] = [
|
|
|
name: 'channelCreate',
|
|
name: 'channelCreate',
|
|
|
path: '/marketing/channel/detail',
|
|
path: '/marketing/channel/detail',
|
|
|
icon: null,
|
|
icon: null,
|
|
|
- componentKey: '@/views/marketing_center/channel_mgnt/detail.vue',
|
|
|
|
|
|
|
+ componentKey: '@/views/setting_mgnt/channel_mgnt/detail.vue',
|
|
|
order: 2,
|
|
order: 2,
|
|
|
meta: {
|
|
meta: {
|
|
|
title: '新增渠道',
|
|
title: '新增渠道',
|
|
@@ -515,7 +515,7 @@ const MENU_SEEDS: SeedMenu[] = [
|
|
|
name: 'channelEdit',
|
|
name: 'channelEdit',
|
|
|
path: '/marketing/channel/detail/:id',
|
|
path: '/marketing/channel/detail/:id',
|
|
|
icon: null,
|
|
icon: null,
|
|
|
- componentKey: '@/views/marketing_center/channel_mgnt/detail.vue',
|
|
|
|
|
|
|
+ componentKey: '@/views/setting_mgnt/channel_mgnt/detail.vue',
|
|
|
order: 3,
|
|
order: 3,
|
|
|
meta: {
|
|
meta: {
|
|
|
title: '编辑渠道',
|
|
title: '编辑渠道',
|
|
@@ -550,7 +550,7 @@ const MENU_SEEDS: SeedMenu[] = [
|
|
|
legacyParentId: 26,
|
|
legacyParentId: 26,
|
|
|
title: 'APP访问记录',
|
|
title: 'APP访问记录',
|
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
|
- name: 'appAccessList',
|
|
|
|
|
|
|
+ name: 'appAccessListMenu',
|
|
|
path: '/datacenter/appAccessRecord',
|
|
path: '/datacenter/appAccessRecord',
|
|
|
icon: 'i-carbon:mobile',
|
|
icon: 'i-carbon:mobile',
|
|
|
order: 1,
|
|
order: 1,
|
|
@@ -583,7 +583,7 @@ const MENU_SEEDS: SeedMenu[] = [
|
|
|
legacyParentId: 26,
|
|
legacyParentId: 26,
|
|
|
title: '广告点击记录',
|
|
title: '广告点击记录',
|
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
|
- name: 'adsAccessList',
|
|
|
|
|
|
|
+ name: 'adsAccessListMenu',
|
|
|
path: '/datacenter/adsAccessRecord',
|
|
path: '/datacenter/adsAccessRecord',
|
|
|
icon: 'i-carbon:touch-1',
|
|
icon: 'i-carbon:touch-1',
|
|
|
order: 2,
|
|
order: 2,
|
|
@@ -668,7 +668,7 @@ const MENU_SEEDS: SeedMenu[] = [
|
|
|
legacyParentId: 31,
|
|
legacyParentId: 31,
|
|
|
title: '广告统计',
|
|
title: '广告统计',
|
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
|
- name: 'adsStatsList',
|
|
|
|
|
|
|
+ name: 'adsStatsListMenu',
|
|
|
path: '/stats/adsStats',
|
|
path: '/stats/adsStats',
|
|
|
icon: 'i-carbon:chart-bar',
|
|
icon: 'i-carbon:chart-bar',
|
|
|
order: 2,
|
|
order: 2,
|
|
@@ -735,7 +735,7 @@ const MENU_SEEDS: SeedMenu[] = [
|
|
|
legacyParentId: 31,
|
|
legacyParentId: 31,
|
|
|
title: '渠道统计',
|
|
title: '渠道统计',
|
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
|
- name: 'channelStatsList',
|
|
|
|
|
|
|
+ name: 'channelStatsListMenu',
|
|
|
path: '/stats/channelStats',
|
|
path: '/stats/channelStats',
|
|
|
icon: 'i-carbon:flow',
|
|
icon: 'i-carbon:flow',
|
|
|
order: 4,
|
|
order: 4,
|
|
@@ -768,7 +768,7 @@ const MENU_SEEDS: SeedMenu[] = [
|
|
|
legacyParentId: 31,
|
|
legacyParentId: 31,
|
|
|
title: '渠道汇总',
|
|
title: '渠道汇总',
|
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
|
- name: 'channelStatsSummaryList',
|
|
|
|
|
|
|
+ name: 'channelStatsSummaryListMenu',
|
|
|
path: '/stats/channelStatsSummary',
|
|
path: '/stats/channelStatsSummary',
|
|
|
icon: 'i-carbon:report',
|
|
icon: 'i-carbon:report',
|
|
|
order: 5,
|
|
order: 5,
|
|
@@ -836,7 +836,7 @@ const MENU_SEEDS: SeedMenu[] = [
|
|
|
legacyParentId: 42,
|
|
legacyParentId: 42,
|
|
|
title: '角色列表',
|
|
title: '角色列表',
|
|
|
type: 'MENU',
|
|
type: 'MENU',
|
|
|
- name: 'roleList',
|
|
|
|
|
|
|
+ name: 'roleListMenu',
|
|
|
path: '/system/roles',
|
|
path: '/system/roles',
|
|
|
icon: 'i-carbon:user-role',
|
|
icon: 'i-carbon:user-role',
|
|
|
order: 2,
|
|
order: 2,
|