vue验证码点击更新不说啥,直接贴代码html:<img class="captcha" @click="editCaptcha" :src="captcha">js:editCaptcha () { this.captcha = url + '/getCaptcha?d='+Math.random(); }