添加一级菜单路由,左侧菜单收缩问题及上传图片处理
This commit is contained in:
@ -7,6 +7,9 @@ Vue.use(Router);
|
||||
import policyPage from './modules/policyPage';
|
||||
import configPage from './modules/configPage';
|
||||
import transferPage from './modules/transferPage';
|
||||
import customerManagement from './modules/customerManagement';
|
||||
import accountManagement from './modules/accountManagement';
|
||||
import customerService from './modules/customerService';
|
||||
|
||||
export const DynamicRoutes = [
|
||||
// 政策管理
|
||||
@ -14,7 +17,13 @@ export const DynamicRoutes = [
|
||||
// 前端配置
|
||||
configPage,
|
||||
// 技术转移
|
||||
transferPage
|
||||
transferPage,
|
||||
// 客户管理
|
||||
customerManagement,
|
||||
// 账号管理
|
||||
accountManagement,
|
||||
// 客服中心
|
||||
customerService
|
||||
];
|
||||
|
||||
export default DynamicRoutes;
|
||||
|
Reference in New Issue
Block a user