账号管理及登录页和首页
This commit is contained in:
@ -10,6 +10,7 @@ import transferPage from './modules/transferPage';
|
||||
import customerManagement from './modules/customerManagement';
|
||||
import accountManagement from './modules/accountManagement';
|
||||
import customerService from './modules/customerService';
|
||||
import feedback from './modules/feedback';
|
||||
|
||||
export const DynamicRoutes = [
|
||||
// 政策管理
|
||||
@ -23,7 +24,9 @@ export const DynamicRoutes = [
|
||||
// 账号管理
|
||||
accountManagement,
|
||||
// 客服中心
|
||||
customerService
|
||||
customerService,
|
||||
// 意见反馈
|
||||
feedback
|
||||
];
|
||||
|
||||
export default DynamicRoutes;
|
||||
|
Reference in New Issue
Block a user