From 634e2994bc4020a06d7116f44a83702a0e423a22 Mon Sep 17 00:00:00 2001
From: Houjie <714924425@qq.com>
Date: 星期三, 09 七月 2025 09:29:14 +0800
Subject: [PATCH] 点检历史 维修历史,周报历史,相关图标

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

diff --git a/store/index.js b/store/index.js
index f17bbd6..f074e10 100644
--- a/store/index.js
+++ b/store/index.js
@@ -102,7 +102,7 @@
 			commit
 		}, param) {
 			return new Promise((resolve, reject) => {
-				api.thirdLogin(param.token, param.thirdType, param.tenantId).then(response => {
+				api.thirdLogin(param.token, param.thirdType).then(response => {
 					if (response.data.code == '200') {
 						const result = response.data.result
 						const userInfo = result.userInfo
@@ -170,4 +170,4 @@
 			return state.userid
 		},
 	}
-})
\ No newline at end of file
+})

--
Gitblit v1.9.3