From 156eee2f897e5539fa21255bea7873ac7a2bdd37 Mon Sep 17 00:00:00 2001 From: jinna Date: Mon, 27 Apr 2026 10:29:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E6=8B=89=E7=BB=84=E4=BB=B6=E5=B0=81?= =?UTF-8?q?=E8=A3=85=E4=B8=BA=E5=85=AC=E5=85=B1=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.js b/src/main.js index d93755b7..69892ff9 100644 --- a/src/main.js +++ b/src/main.js @@ -29,6 +29,7 @@ import basicContainer from './components/basic-container/main.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 jhSelect from "./components/jh-select/index.vue" // 业务组件 import codeSetting from './views/tool/codesetting.vue'; import formSetting from './views/tool/formsetting.vue'; @@ -63,6 +64,7 @@ app.component('codeSetting', codeSetting); app.component('formSetting', formSetting); app.component('tenantPackage', tenantPackage); app.component('tenantDatasource', tenantDatasource); +app.component('jhSelect', jhSelect) app.config.globalProperties.$app = app; app.config.globalProperties.$dayjs = dayjs; app.config.globalProperties.website = website;