im登录与oa登录分离
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user