refactor: 动态路由调整&分隔面板使用element自带组件

This commit is contained in:
meilin.huang
2025-06-09 21:18:55 +08:00
parent aac4c2b42b
commit cc66fcddf5
34 changed files with 179 additions and 174 deletions

View File

@@ -0,0 +1,4 @@
export default {
MongoList: () => import('@/views/ops/mongo/MongoList.vue'),
MongoDataOp: () => import('@/views/ops/mongo/MongoDataOp.vue'),
};