From 5bebf53d62c3519cf7be3e2217c5249e540173ec Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期四, 07 九月 2023 17:09:08 +0800
Subject: [PATCH] 操作指引修改

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

diff --git a/store/index.js b/store/index.js
index 71899fe..1ee03b7 100644
--- a/store/index.js
+++ b/store/index.js
@@ -108,7 +108,8 @@
 		reconnectTimeOut: null,
 		// 绉伴噸绋冲畾鎬�  0/绋冲畾 1/闈炵ǔ瀹�  闈炵ǔ瀹氭�佷笉鑳界偣绉伴噸
 		globalWarning: false,
-		globalShowWeigh: []
+		globalShowWeigh: [],
+		isFirstLogin: true
 	},
 	mutations: {
 		lengthchange(state, payload) {
@@ -184,6 +185,10 @@
 		},
 		changeglobalShowWeigh(state, payload) {
 			state.globalShowWeigh = payload
+		},
+		changeisFirstLogin(state, payload) {
+			state.isFirstLogin = payload
+			console.log(state.isFirstLogin, '绗竴娆$櫥褰�');
 		}
 	},
 	actions: {

--
Gitblit v1.9.1