From 8526b974cfe1b270902d5c284faef3bc2ac6d63a Mon Sep 17 00:00:00 2001 From: yangyin <18723093654@163.com> Date: 星期五, 13 十二月 2024 10:23:40 +0800 Subject: [PATCH] Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.Admin.V1.0 into test --- src/main.ts | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 421ce27..f2a3365 100644 --- a/src/main.ts +++ b/src/main.ts @@ -6,12 +6,13 @@ import { i18n } from '/@/i18n/index'; import other from '/@/utils/other'; import "@amap/amap-jsapi-types"; +import '/@/extend'; import ElementPlus from 'element-plus'; import '/@/theme/index.scss'; -import VueGridLayout from 'vue-grid-layout'; import * as ElementPlusIconsVue from '@element-plus/icons-vue'; import { gotoRoute } from '/@/utils/route'; + const app = createApp(App); for (const [key, component] of Object.entries(ElementPlusIconsVue)) { @@ -19,7 +20,7 @@ } directive(app); other.elSvg(app); -app.use(pinia).use(router).use(ElementPlus).use(i18n).use(VueGridLayout).mount('#app'); +app.use(pinia).use(router).use(ElementPlus).use(i18n).mount('#app'); window.openPage = (name, siteId) => { if (siteId) { -- Gitblit v1.9.3