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