清理多余的cdn
This commit is contained in:
@@ -81,7 +81,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
uri() {
|
||||
return this.imgOtherUrl + 'line.png'
|
||||
return this.$cdn+'other/' + 'line.png'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -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')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user