|
@@ -12,14 +12,14 @@ const wechatRouter = {
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
path: 'caimei',
|
|
path: 'caimei',
|
|
- component: () => import('@/views/wechat/caimei/index'),
|
|
|
|
|
|
+ component: () => import('@/views/index'),
|
|
redirect: '/wechat/caimei/menus',
|
|
redirect: '/wechat/caimei/menus',
|
|
name: 'WeChatCaimei',
|
|
name: 'WeChatCaimei',
|
|
meta: { title: '采美网公众号', icon: 'component' },
|
|
meta: { title: '采美网公众号', icon: 'component' },
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
path: 'menus',
|
|
path: 'menus',
|
|
- component: () => import('@/views/wechat/caimei/menus/index'),
|
|
|
|
|
|
+ component: () => import('@/views/index'),
|
|
redirect: '/wechat/caimei/menus/list',
|
|
redirect: '/wechat/caimei/menus/list',
|
|
name: 'WeChatCmMenus',
|
|
name: 'WeChatCmMenus',
|
|
meta: { title: '菜单管理' },
|
|
meta: { title: '菜单管理' },
|
|
@@ -49,7 +49,7 @@ const wechatRouter = {
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'reply',
|
|
path: 'reply',
|
|
- component: () => import('@/views/wechat/caimei/reply/index'),
|
|
|
|
|
|
+ component: () => import('@/views/index'),
|
|
redirect: '/wechat/caimei/reply/list',
|
|
redirect: '/wechat/caimei/reply/list',
|
|
name: 'WeChatCmReply',
|
|
name: 'WeChatCmReply',
|
|
meta: { title: '回复配置' },
|
|
meta: { title: '回复配置' },
|
|
@@ -79,7 +79,7 @@ const wechatRouter = {
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'text',
|
|
path: 'text',
|
|
- component: () => import('@/views/wechat/caimei/text/index'),
|
|
|
|
|
|
+ component: () => import('@/views/index'),
|
|
redirect: '/wechat/caimei/text/list',
|
|
redirect: '/wechat/caimei/text/list',
|
|
name: 'WeChatCmText',
|
|
name: 'WeChatCmText',
|
|
meta: { title: '文本素材管理' },
|
|
meta: { title: '文本素材管理' },
|
|
@@ -109,7 +109,7 @@ const wechatRouter = {
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'article',
|
|
path: 'article',
|
|
- component: () => import('@/views/wechat/caimei/article/index'),
|
|
|
|
|
|
+ component: () => import('@/views/index'),
|
|
redirect: '/wechat/caimei/article/list',
|
|
redirect: '/wechat/caimei/article/list',
|
|
name: 'WeChatCmArticle',
|
|
name: 'WeChatCmArticle',
|
|
meta: { title: '图文素材管理' },
|
|
meta: { title: '图文素材管理' },
|
|
@@ -141,14 +141,14 @@ const wechatRouter = {
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'hehe',
|
|
path: 'hehe',
|
|
- component: () => import('@/views/wechat/hehe/index'),
|
|
|
|
|
|
+ component: () => import('@/views/index'),
|
|
redirect: '/wechat/hehe/menus',
|
|
redirect: '/wechat/hehe/menus',
|
|
name: 'WeChatHehe',
|
|
name: 'WeChatHehe',
|
|
meta: { title: '呵呵商城公众号', icon: 'component' },
|
|
meta: { title: '呵呵商城公众号', icon: 'component' },
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
path: 'menus',
|
|
path: 'menus',
|
|
- component: () => import('@/views/wechat/hehe/menus/index'),
|
|
|
|
|
|
+ component: () => import('@/views/index'),
|
|
redirect: '/wechat/hehe/menus/list',
|
|
redirect: '/wechat/hehe/menus/list',
|
|
name: 'WeChatHeMenus',
|
|
name: 'WeChatHeMenus',
|
|
meta: { title: '菜单管理' },
|
|
meta: { title: '菜单管理' },
|
|
@@ -178,7 +178,7 @@ const wechatRouter = {
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'reply',
|
|
path: 'reply',
|
|
- component: () => import('@/views/wechat/hehe/reply/index'),
|
|
|
|
|
|
+ component: () => import('@/views/index'),
|
|
redirect: '/wechat/hehe/reply/list',
|
|
redirect: '/wechat/hehe/reply/list',
|
|
name: 'WeChatHeReply',
|
|
name: 'WeChatHeReply',
|
|
meta: { title: '回复配置' },
|
|
meta: { title: '回复配置' },
|
|
@@ -208,7 +208,7 @@ const wechatRouter = {
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'text',
|
|
path: 'text',
|
|
- component: () => import('@/views/wechat/hehe/text/index'),
|
|
|
|
|
|
+ component: () => import('@/views/index'),
|
|
redirect: '/wechat/hehe/text/list',
|
|
redirect: '/wechat/hehe/text/list',
|
|
name: 'WeChatHeText',
|
|
name: 'WeChatHeText',
|
|
meta: { title: '文本素材管理' },
|
|
meta: { title: '文本素材管理' },
|
|
@@ -238,7 +238,7 @@ const wechatRouter = {
|
|
},
|
|
},
|
|
{
|
|
{
|
|
path: 'article',
|
|
path: 'article',
|
|
- component: () => import('@/views/wechat/hehe/article/index'),
|
|
|
|
|
|
+ component: () => import('@/views/index'),
|
|
redirect: '/wechat/hehe/article/list',
|
|
redirect: '/wechat/hehe/article/list',
|
|
name: 'WeChatHeArticle',
|
|
name: 'WeChatHeArticle',
|
|
meta: { title: '图文素材管理' },
|
|
meta: { title: '图文素材管理' },
|