From fb4fa76b4c1a93c833cd97f97f41b6158ab1aef7 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期五, 21 四月 2023 17:24:44 +0800
Subject: [PATCH] 修改bug

---
 store/index.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/store/index.js b/store/index.js
index 1321749..badfcb9 100644
--- a/store/index.js
+++ b/store/index.js
@@ -67,7 +67,7 @@
 		// 鏀瑰彉閲嶉噺
 		changeWeigh(state, payload) {
 			state.globalweigh = payload
-			console.log(state.globalweigh, '閲嶉噺鏀瑰彉浜�')
+			console.log(state.globalweigh, '鍏ㄥ眬閲嶉噺鏀瑰彉浜�')
 		},
 		// 娑堟伅鎺ㄩ��
 		pushMessage(state, payload) {

--
Gitblit v1.9.1