From 20030278b9aa26459f3fc020709a585bf6adb000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Mon, 14 Jul 2025 13:03:58 +0800 Subject: [PATCH] =?UTF-8?q?im=E7=99=BB=E5=BD=95=E4=B8=8Eoa=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E5=88=86=E7=A6=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/index.vue | 4 ++-- util/oaRequest.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/login/index.vue b/pages/login/index.vue index 3698908..ecd44aa 100644 --- a/pages/login/index.vue +++ b/pages/login/index.vue @@ -176,8 +176,8 @@ export default { this.$store.dispatch("contact/getSentFriendApplications"); this.$store.dispatch("contact/getRecvGroupApplications"); this.$store.dispatch("contact/getSentGroupApplications"); - await getSMSCodeFromOa(this.loginInfo.phoneNumber); - const info = await loginOaByPhone(this.loginInfo.phoneNumber) + // await getSMSCodeFromOa(this.loginInfo.phoneNumber); + // const info = await loginOaByPhone(this.loginInfo.phoneNumber) this.loginInfo.password = ""; this.loading = false; uni.switchTab({ diff --git a/util/oaRequest.js b/util/oaRequest.js index 35c9b0e..c920a17 100644 --- a/util/oaRequest.js +++ b/util/oaRequest.js @@ -8,7 +8,7 @@ const baseUrl = 'http://110.41.139.73:8080' // const baseUrl = 'http://localhost:8080' // 显示loading提示 -const showLoading = (title = '正在重新登录...') => { +const showLoading = (title = '正在登录OA系统...') => { uni.showLoading({ title: title, mask: true