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