|
@@ -224,7 +224,7 @@ export default {
|
|
|
return this.verkey
|
|
return this.verkey
|
|
|
},
|
|
},
|
|
|
imgCode () {
|
|
imgCode () {
|
|
|
- return 'http://127.0.0.1:8082/auth/vcode?codeKey=' + this.guid() + '&n=' + Math.random()
|
|
|
|
|
|
|
+ return 'http://192.168.0.47:8082/auth/vcode?codeKey=' + this.guid() + '&n=' + Math.random()
|
|
|
},
|
|
},
|
|
|
changeImgCode () {
|
|
changeImgCode () {
|
|
|
this.vcodeImg = this.imgCode()
|
|
this.vcodeImg = this.imgCode()
|