@@ -146,7 +146,7 @@
getCaptcha() {
this.dataForm.uuid = getUUID()
// const acc=urlSafeBase64Encode(encrypt(this.dataForm.uuid))
- this.captchaPath = this.$http.adornUrl(`/captcha.jpg?uuid=${this.dataForm.uuid}`)
+ this.captchaPath = this.$http.adornUrl(`captcha.jpg?uuid=${this.dataForm.uuid}`)
},
// 商户入驻
merchadd() {