瀏覽代碼

登录

娄底高职分支
yxq 1 周之前
父節點
當前提交
71c69f9570
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue

+ 1
- 0
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/login.vue 查看文件

@@ -343,6 +343,7 @@
},
// 获取是否需要验证码
getNeedCode(){
if(!this.username)return
this.POST('learun/adms/user/loginverify',{account:this.username}).then(res=>{
if (res[1].data.code != '200') {
this.TOAST(res[1].data.info);


Loading…
取消
儲存