im登录与oa登录分离

This commit is contained in:
砂糖
2025-07-14 13:03:58 +08:00
parent 6bebaf41de
commit 20030278b9
2 changed files with 3 additions and 3 deletions

View File

@@ -176,8 +176,8 @@ export default {
this.$store.dispatch("contact/getSentFriendApplications"); this.$store.dispatch("contact/getSentFriendApplications");
this.$store.dispatch("contact/getRecvGroupApplications"); this.$store.dispatch("contact/getRecvGroupApplications");
this.$store.dispatch("contact/getSentGroupApplications"); this.$store.dispatch("contact/getSentGroupApplications");
await getSMSCodeFromOa(this.loginInfo.phoneNumber); // await getSMSCodeFromOa(this.loginInfo.phoneNumber);
const info = await loginOaByPhone(this.loginInfo.phoneNumber) // const info = await loginOaByPhone(this.loginInfo.phoneNumber)
this.loginInfo.password = ""; this.loginInfo.password = "";
this.loading = false; this.loading = false;
uni.switchTab({ uni.switchTab({

View File

@@ -8,7 +8,7 @@ const baseUrl = 'http://110.41.139.73:8080'
// const baseUrl = 'http://localhost:8080' // const baseUrl = 'http://localhost:8080'
// 显示loading提示 // 显示loading提示
const showLoading = (title = '正在重新登录...') => { const showLoading = (title = '正在登录OA系统...') => {
uni.showLoading({ uni.showLoading({
title: title, title: title,
mask: true mask: true