From ff0ae974a1c561eaf2915988dac63cd066af189f Mon Sep 17 00:00:00 2001
From: yinbangzhong <zhongbangyin@126.com>
Date: 星期四, 12 九月 2024 09:23:44 +0800
Subject: [PATCH] bug fix

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

diff --git a/src/main.ts b/src/main.ts
index c80c9f9..f4745fd 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -6,8 +6,10 @@
 import store from './store';
 import i18n from './locale';
 import directive from './directive';
-import './mock';
 import App from './App.vue';
+
+
+
 // Styles are imported via arco-plugin. See config/plugin/arcoStyleImport.ts in the directory for details
 // 鏍峰紡閫氳繃 arco-plugin 鎻掍欢瀵煎叆銆傝瑙佺洰褰曟枃浠� config/plugin/arcoStyleImport.ts
 // https://arco.design/docs/designlab/use-theme-package
@@ -23,8 +25,10 @@
 app.use(store);
 app.use(i18n);
 app.use(globalComponents);
+
 app.use(directive);
 
+
 app.mount('#app');
 
 // 娣诲姞鍏ㄥ眬鏂规硶

--
Gitblit v1.8.0