mirror of
https://gitee.com/ZhongBangKeJi/crmeb_java.git
synced 2026-04-24 04:18:34 +08:00
更新代码
This commit is contained in:
@@ -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'),
|
||||
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ const orderRouter = {
|
||||
path: 'index',
|
||||
component: () => import('@/views/order/index'),
|
||||
name: 'OrderIndex',
|
||||
meta: { title: '订单管理' }
|
||||
meta: { title: '订单' }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user