xiaojiao
15 小时以前 0071cf57931792eb2357a1e67a42bcaa9603c567
ÏîÄ¿´úÂë/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,