合并分支

This commit is contained in:
lemon橪
2021-06-25 19:15:45 +08:00
30 changed files with 719 additions and 552 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -98,14 +98,14 @@ export default {
}
},
created () {
this.getImg();
// this.getImg();
},
watch: {
verifyType: {
immediate: true,
handler: function (v) {
this.type = v;
this.refresh();
// this.refresh();
}
},
show (v) {