From 50b2839f3e40a0693b51fe0fe1e492ab86043907 Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期一, 11 五月 2026 18:31:14 +0800
Subject: [PATCH] 优化

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

diff --git a/src/main.js b/src/main.js
index 5391ace..3c7ec9c 100644
--- a/src/main.js
+++ b/src/main.js
@@ -24,9 +24,9 @@
   app.component(key, component)
 }
 
-import('vconsole').then((module) => {
-  new module.default()
-})
+// import('vconsole').then((module) => {
+//   new module.default()
+// })
 
 app.config.globalProperties.$rules = ruleGenerator
 app.config.globalProperties.$property = property

--
Gitblit v1.8.0