Browse Source

前台验证码更改

master
zyzm 3 years ago
parent
commit
ecfb75a6b5
  1. 4
      src/views/login.vue

4
src/views/login.vue

@ -97,8 +97,8 @@ export default {
methods: {
getCode() {
getCodeImg().then(res => {
this.codeUrl = res.img
this.loginForm.uuid = res.uuid
this.codeUrl = res.data.img
this.loginForm.uuid = res.data.uuid
})
},
getCookie() {

Loading…
Cancel
Save