Commit ef91f27d by lanyulei Committed by GitHub

Merge pull request #23 from lanyulei/dev

Dev
parents 829132de 5f126974
Showing with 3 additions and 1 deletions
......@@ -220,7 +220,9 @@ export default {
handleLogin() {
this.$refs.loginForm.validate(valid => {
if (valid) {
if (!this.loginTypeStatus) {
if (this.loginTypeStatus) {
this.loginForm.loginType = 1
} else {
this.loginForm.loginType = 0
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment