mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 05:50:18 +08:00
fix(projects): 修复没有子页面的路由写法问题
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import SIGNLE from './_single'; // 没有子菜单的单独页面
|
||||
import ROOT from './root'; // 没有子菜单的单独页面
|
||||
import DASHBOARD from './dashboard';
|
||||
import DOCUMENT from './document';
|
||||
import COMPONENT from './component';
|
||||
@@ -6,4 +6,4 @@ import EXCEPTION from './exception';
|
||||
import MULTI_MENU from './multiMenu';
|
||||
import ABOUT from './about';
|
||||
|
||||
export default [SIGNLE, DASHBOARD, DOCUMENT, COMPONENT, EXCEPTION, MULTI_MENU, ABOUT];
|
||||
export default [ROOT, DASHBOARD, DOCUMENT, COMPONENT, EXCEPTION, MULTI_MENU, ABOUT];
|
||||
|
||||
Reference in New Issue
Block a user