From d3efce76cd9698b364e1db3e17aec2f7ee36d0d9 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期一, 24 二月 2025 10:23:40 +0800 Subject: [PATCH] 1000 修改刷新页面宽度 --- src/main.ts | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main.ts b/src/main.ts index 421ce27..620b129 100644 --- a/src/main.ts +++ b/src/main.ts @@ -5,11 +5,12 @@ import { directive } from '/@/directive/index'; import { i18n } from '/@/i18n/index'; import other from '/@/utils/other'; -import "@amap/amap-jsapi-types"; +import '@amap/amap-jsapi-types'; +import '/@/extend'; +import YWIcon from '/@/components/icon/index.vue'; 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'; @@ -19,7 +20,8 @@ } directive(app); other.elSvg(app); -app.use(pinia).use(router).use(ElementPlus).use(i18n).use(VueGridLayout).mount('#app'); +app.component('YWIcon', YWIcon); +app.use(pinia).use(router).use(ElementPlus).use(i18n).mount('#app'); window.openPage = (name, siteId) => { if (siteId) { -- Gitblit v1.9.3