mirror of
https://gitee.com/ZhongBangKeJi/crmeb_java.git
synced 2026-04-23 12:08:33 +08:00
v1.1
1、提货点 2、客服(腾讯云智服) 3、接口权限控制 4、复制第三方商品可配置 4、优化附件上传配置 5、手机端核销订单 6、手机端订单统计、订单管理 7、短信优化 8、订阅消息全自动化
This commit is contained in:
@@ -18,7 +18,7 @@ import contentRouter from './modules/content'
|
||||
import operationRouter from './modules/operation'
|
||||
import appSettingRouter from './modules/appSetting'
|
||||
import maintainRouter from './modules/maintain'
|
||||
|
||||
import mobileRouter from './modules/mobile'
|
||||
|
||||
|
||||
/**
|
||||
@@ -68,6 +68,8 @@ export const constantRoutes = [
|
||||
appSettingRouter,
|
||||
// 维护
|
||||
maintainRouter,
|
||||
//移动端管理
|
||||
mobileRouter,
|
||||
// 数据
|
||||
{
|
||||
path: '/datas',
|
||||
@@ -192,6 +194,11 @@ export const constantRoutes = [
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/auth-send',
|
||||
component: () => import('@/views/mobile/auth-send'),
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: '/login',
|
||||
component: () => import('@/views/login/index'),
|
||||
|
||||
Reference in New Issue
Block a user