浏览代码

登录

娄底高职分支
yxq 2 周前
父节点
当前提交
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);


正在加载...
取消
保存