mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-29 03:05:58 +08:00
refactor(projects): 精简版+动态路由权限初步
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import DashboardAnalysis from './analysis/index.vue';
|
||||
import DashboardWorkbench from './workbench/index.vue';
|
||||
const DashboardAnalysis = () => import('./analysis/index.vue');
|
||||
const DashboardWorkbench = () => import('./workbench/index.vue');
|
||||
|
||||
export { DashboardAnalysis, DashboardWorkbench };
|
||||
|
||||
Reference in New Issue
Block a user