更换ico,添加轮播管理,修改查询检索布局
This commit is contained in:
@ -12,6 +12,7 @@ import accountManagement from './modules/accountManagement';
|
||||
import customerService from './modules/customerService';
|
||||
import feedback from './modules/feedback';
|
||||
import settings from './modules/settings';
|
||||
import rotation from './modules/rotation';
|
||||
|
||||
export const DynamicRoutes = [
|
||||
// 政策管理
|
||||
@ -28,6 +29,8 @@ export const DynamicRoutes = [
|
||||
customerService,
|
||||
// 意见反馈
|
||||
feedback,
|
||||
// 轮播管理
|
||||
rotation,
|
||||
// 系统设置
|
||||
settings
|
||||
];
|
||||
|
Reference in New Issue
Block a user