mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2026-06-22 18:00:14 +08:00
适配 all-in-one lite 移动端登录
This commit is contained in:
@@ -103,12 +103,13 @@
|
||||
} from "@/utils/Foundation"; //登录跳转
|
||||
import storage from "@/utils/storage.js"; //缓存
|
||||
import wechatH5Login from "./wechatH5Login.vue";
|
||||
import {
|
||||
webConnect
|
||||
} from "@/api/connect.js";
|
||||
import {
|
||||
md5
|
||||
} from "@/utils/md5.js";
|
||||
import {
|
||||
webConnect
|
||||
} from "@/api/connect.js";
|
||||
import config from "@/config/config.js";
|
||||
import {
|
||||
md5
|
||||
} from "@/utils/md5.js";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
@@ -680,10 +681,15 @@
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!this.flage) {
|
||||
this.$refs.verification.error(); //发送
|
||||
|
||||
return false;
|
||||
if (config.loginCaptchaBypass) {
|
||||
this.submitUserLogin();
|
||||
return;
|
||||
}
|
||||
|
||||
if (!this.flage) {
|
||||
this.$refs.verification.error(); //发送
|
||||
|
||||
return false;
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user