|
@@ -648,6 +648,23 @@ export const dynamicRoutes = [
|
|
|
}]
|
|
|
},
|
|
|
|
|
|
+ // 微信轮播图
|
|
|
+ {
|
|
|
+ name: 'operationWXBanner',
|
|
|
+ path: '/operation',
|
|
|
+ component: Layout,
|
|
|
+ hidden: true,
|
|
|
+ permissions: ['operation:wxbanner:list'],
|
|
|
+ children: [{
|
|
|
+ name: 'operationWXBannerDetail',
|
|
|
+ path: 'wxbanner/detail',
|
|
|
+ component: () => import('@/views/operation/wxbanner/detail'),
|
|
|
+ meta: {
|
|
|
+ title: '微信轮播图详情',
|
|
|
+ activeMenu: '/operation/wxbanner'
|
|
|
+ }
|
|
|
+ }]
|
|
|
+ },
|
|
|
|
|
|
|
|
|
|
|
@@ -789,22 +806,7 @@ export const dynamicRoutes = [
|
|
|
|
|
|
|
|
|
|
|
|
- // 微信banner
|
|
|
- {
|
|
|
- path: '/operation',
|
|
|
- component: Layout,
|
|
|
- hidden: true,
|
|
|
- permissions: ['operation:wxbanner:list'],
|
|
|
- children: [{
|
|
|
- path: 'wxbanner/detail',
|
|
|
- component: () => import('@/views/operation/wxbanner/detail'),
|
|
|
- name: 'wxbannerDetail',
|
|
|
- meta: {
|
|
|
- title: '微信轮播图详情',
|
|
|
- activeMenu: '/operation/wxbanner'
|
|
|
- }
|
|
|
- }]
|
|
|
- },
|
|
|
+
|
|
|
|
|
|
{
|
|
|
path: '/push',
|