From 0a48655d2162b709ecb80d249a4085971add6140 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期一, 07 七月 2025 17:26:30 +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