From a193888380872e0c9d44a27b896d26a30f39df32 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期三, 19 三月 2025 11:40:47 +0800
Subject: [PATCH] 修改文件类型

---
 src/main.ts |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main.ts b/src/main.ts
index f2a3365..620b129 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -5,14 +5,14 @@
 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 * as ElementPlusIconsVue from '@element-plus/icons-vue';
 import { gotoRoute } from '/@/utils/route';
-
 
 const app = createApp(App);
 for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
@@ -20,6 +20,7 @@
 }
 directive(app);
 other.elSvg(app);
+app.component('YWIcon', YWIcon);
 app.use(pinia).use(router).use(ElementPlus).use(i18n).mount('#app');
 
 window.openPage = (name, siteId) => {

--
Gitblit v1.9.3