From bfb40fbb48cffd2bd996aed21abb44a497115272 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Fri, 19 Apr 2024 06:05:18 +0800
Subject: [PATCH] 111

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

diff --git a/src/main.js b/src/main.js
index 002a374..b1b15de 100644
--- a/src/main.js
+++ b/src/main.js
@@ -72,7 +72,6 @@
   Vue.filter(key, filters[key]);
 });
 Object.keys(allocation).forEach(key => {
-  console.log(allocation, "====");
   Vue.prototype[key] = allocation[key];
 });
 Vue.prototype.$state = state;

--
Gitblit v1.9.3