mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 14:20:21 +08:00
refactor(projects): 路由组件导入拆分
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import ROOT from './root';
|
||||
import SIGNLE from './_single'; // 没有子菜单的单独页面
|
||||
import DASHBOARD from './dashboard';
|
||||
import DOCUMENT from './document';
|
||||
import COMPONENT from './component';
|
||||
import EXCEPTION from './exception';
|
||||
import MULTI_MENU from './multiMenu';
|
||||
import ABOUT from './about';
|
||||
|
||||
export default [ROOT, DASHBOARD, DOCUMENT, EXCEPTION, MULTI_MENU];
|
||||
export default [SIGNLE, DASHBOARD, DOCUMENT, COMPONENT, EXCEPTION, MULTI_MENU, ABOUT];
|
||||
|
||||
Reference in New Issue
Block a user