From f8786ec96675a2f9bd6c2337e3dce26ad66ea56b Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期四, 24 十月 2024 11:35:36 +0800 Subject: [PATCH] Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.V1.0 into test --- src/main.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index a681408..b6b076a 100644 --- a/src/main.ts +++ b/src/main.ts @@ -5,13 +5,13 @@ import router from '/@/router/index'; import pinia from '/@/stores/index'; import other from '/@/utils/other'; - +import '/@/extend'; import * as ElementPlusIconsVue from '@element-plus/icons-vue'; import ElementPlus from 'element-plus'; import VueGridLayout from 'vue-grid-layout'; import { initBackEndControlRoutes } from './router/backEnd'; import '/@/theme/index.scss'; -import "@amap/amap-jsapi-types"; +import '@amap/amap-jsapi-types'; const app = createApp(App); for (const [key, component] of Object.entries(ElementPlusIconsVue)) { -- Gitblit v1.9.3