From e978661202170bff25b478792cc64e6b6ffd86fe Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Wed, 04 Feb 2026 10:26:18 +0800
Subject: [PATCH] feat: 删除无用代码
---
applications/mobile-web-view/src/main.js | 14 --------------
1 files changed, 0 insertions(+), 14 deletions(-)
diff --git a/applications/mobile-web-view/src/main.js b/applications/mobile-web-view/src/main.js
index fb5412e..3b629cd 100644
--- a/applications/mobile-web-view/src/main.js
+++ b/applications/mobile-web-view/src/main.js
@@ -40,12 +40,7 @@
// 系统组件
import debug from './debug'
import VueClipboard from 'vue3-clipboard'
-import basicBlock from './components/basic-block/main.vue'
-import basicContainer from './components/basic-container/main.vue'
import SvgIcon from './components/SvgIcon.vue'
-import thirdRegister from './components/third-register/main.vue'
-import flowDesign from './components/flow-design/main.vue'
-import flowDesignStep from './components/flow-design-step/main.vue'
// 全局组件
import globalComponents from '@/components'
import globalDirections from '@/directive'
@@ -63,16 +58,7 @@
for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
app.component(key, component)
}
-app.component('basicContainer', basicContainer)
-app.component('basicBlock', basicBlock)
-app.component('thirdRegister', thirdRegister)
-app.component('flowDesign', flowDesign)
-app.component('flowDesignStep', flowDesignStep)
app.component('SvgIcon', SvgIcon)
-// app.component('codeSetting', codeSetting);
-// app.component('formSetting', formSetting);
-// app.component('tenantPackage', tenantPackage);
-// app.component('tenantDatasource', tenantDatasource);
app.config.globalProperties.$app = app
app.config.globalProperties.$dayjs = dayjs
app.config.globalProperties.website = website
--
Gitblit v1.9.3