提交 b2232f1c 编写于 作者: ibizdev's avatar ibizdev

zhujiamin 发布系统代码 [TrainSys,网页端]

上级 3d6ab40c
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
}, },
"dependencies": { "dependencies": {
"@floating-ui/dom": "^1.0.11", "@floating-ui/dom": "^1.0.11",
"@ibiz-template-plugin/jsjcy-kq-web": "^0.0.1-beta.1",
"@ibiz-template/command": "^0.0.1-beta.50", "@ibiz-template/command": "^0.0.1-beta.50",
"@ibiz-template/controller": "^0.0.1-beta.69", "@ibiz-template/controller": "^0.0.1-beta.69",
"@ibiz-template/core": "^0.0.1-beta.69", "@ibiz-template/core": "^0.0.1-beta.69",
......
...@@ -3,21 +3,5 @@ import { VueConstructor } from 'vue'; ...@@ -3,21 +3,5 @@ import { VueConstructor } from 'vue';
export default { export default {
install(_v: VueConstructor) { install(_v: VueConstructor) {
// 自定义插件注入 // 自定义插件注入
ibiz.plugin.setDevPlugin(
'JskqIndexView',
() => import('@ibiz-template-plugin/jsjcy-kq-web/package.json'),
);
ibiz.plugin.setDevPlugin(
'@ibiz-template-plugin/jsjcy-kq-web',
() => import('@ibiz-template-plugin/jsjcy-kq-web'),
);
// ibiz.plugin.setDevPlugin(
// 'GsIndexCSS',
// () => import('@ibiz-template-plugin/sy-gs-web/package.json'),
// );
// ibiz.plugin.setDevPlugin(
// '@ibiz-template-plugin/sy-gs-web',
// () => import('@ibiz-template-plugin/sy-gs-web'),
// );
}, },
}; };
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册