mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +08:00
refactor(projects): 优化路由导入页面写法,页面路由调整
This commit is contained in:
4
src/views/dashboard/index.ts
Normal file
4
src/views/dashboard/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import DashboardAnalysis from './analysis/index.vue';
|
||||
import DashboardWorkbench from './workbench/index.vue';
|
||||
|
||||
export { DashboardAnalysis, DashboardWorkbench };
|
||||
Reference in New Issue
Block a user