From 6793a38d16508591d75f1b5e95b08f7f7d3645e3 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期四, 10 十月 2024 11:45:39 +0800
Subject: [PATCH] 系统分组

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

diff --git a/src/main.ts b/src/main.ts
index 421ce27..ad8cab7 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -6,6 +6,7 @@
 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';
@@ -13,6 +14,7 @@
 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)) {
 	app.component(key, component);

--
Gitblit v1.9.3