清理多余的cdn

This commit is contained in:
aixianling
2021-11-17 17:53:55 +08:00
parent d7029c24fb
commit 455ae34b2a
9 changed files with 63 additions and 64 deletions

View File

@@ -81,7 +81,7 @@ export default {
},
computed: {
uri() {
return this.imgOtherUrl + 'line.png'
return this.$cdn+'other/' + 'line.png'
}
},

View File

@@ -37,7 +37,7 @@
return this.flag ? '确定' : '我知道了'
},
imgSrc(){
return this.flag ? (this.imgOtherUrl + 'kztcg.png') : (this.imgOtherUrl + 'kztsb.png')
return this.flag ? (this.$cdn+'other/' + 'kztcg.png') : (this.$cdn+'other/' + 'kztsb.png')
}
}
}