This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
登录
娄底高职分支
yxq
1 week ago
parent
a7e36b46c1
commit
71c69f9570
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
View File
@@ -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);
Write
Preview
Loading…
Cancel
Save