ÏîÄ¿´úÂë/PDA/pages/login/login.vue
@@ -156,7 +156,7 @@ methods: { ///è·åéªè¯ç getVierificationCode() { this.$u.get('/api/Sys_User/getVierificationCode', {}).then(res => { this.$u.get('/api/User/getVierificationCode', {}).then(res => { if (res.img != null) { this.codeImgSrc = "data:image/png;base64," + res.img; this.email = res.uuid; @@ -219,7 +219,7 @@ userName: this.user, verificationCode: this.code } this.$u.post('/api/Sys_User/login', { this.$u.post('/api/User/login', { UUID: this.email, passWord: this.pass, userName: this.user,