This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
gitadmin
/
tuoheng_hhz_tenant_web_discard_20240715
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
修复验证码功能
pull/1/head
zongjl
2 years ago
parent
dd3e84115c
commit
d977e54b9f
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/views/login/login.vue
+ 2
- 0
src/views/login/login.vue
View File
@@ -187,6 +187,8 @@ export default {
});
} else {
this.$message.error(res.data.msg);
// 刷新验证码
this.changeCode();
}
});
}).catch(() => {
Write
Preview
Loading…
Cancel
Save