代码优化
This commit is contained in:
@@ -79,7 +79,7 @@ export default {
|
||||
methods: {
|
||||
getCode() {
|
||||
getCodeImg().then(res => {
|
||||
this.codeUrl = 'data:image/gif;base64,' + res.img
|
||||
this.codeUrl = res.img
|
||||
this.loginForm.uuid = res.uuid
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user