mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 07:06:44 +08:00
Merge branch 'dev' of 112.124.100.131:GFRS/ebiz-h5 into dev
This commit is contained in:
@@ -271,7 +271,7 @@ export default {
|
||||
},
|
||||
handlePhoto(url) {
|
||||
let index = url.indexOf('images')
|
||||
return this.$assetsUrl + url.substring(index)
|
||||
return this.$assetsUpUrl + url.substring(index)
|
||||
},
|
||||
handlePdf(url) {
|
||||
this.pdfShow = true
|
||||
|
||||
Reference in New Issue
Block a user