更新代码

This commit is contained in:
guaishoudemao
2021-02-06 16:42:26 +08:00
parent e623a7fac4
commit f408b4ff41
80 changed files with 3056 additions and 2156 deletions

View File

@@ -64,7 +64,7 @@ const appSettingRouter = {
]
},
{
path: 'template',
path: 'template/:type?',
component: () => import('@/views/appSetting/wxAccount/wxTemplate'),
name: 'wxTemplate',
meta: { title: '微信模板消息', icon: '' }
@@ -82,6 +82,12 @@ const appSettingRouter = {
hidden: true
},
children: [
{
path: 'template/:type?',
component: () => import('@/views/appSetting/wxAccount/wxTemplate'),
name: 'RoutineTemplate',
meta: { title: '小程序订阅消息', icon: '' }
},
{
path: 'routineTemplate',
component: () => import('@/views/appSetting/routine/myTemplate'),

View File

@@ -59,6 +59,16 @@ const maintainRouter = {
icon: 'clipboard'
},
hidden: true
},
{
path: 'picture',
name: 'picture',
component: () => import('@/views/maintain/picture'),
meta: {
title: '素材管理',
icon: 'clipboard'
},
hidden: false
}
]
}

View File

@@ -15,7 +15,7 @@ const orderRouter = {
path: 'index',
component: () => import('@/views/order/index'),
name: 'OrderIndex',
meta: { title: '订单管理' }
meta: { title: '订单' }
}
]
}