Commit be797cb3 authored by 张锡奇's avatar 张锡奇

upload

parent 52864314
......@@ -108,7 +108,7 @@ export default {
Previewer
},
async mounted(){
this.iProjectId = this.$route.params.iProjectId;
this.iProjectId = this.$route.query.iProjectId;
this.$route.params.uGuid.split('.').map((x,y) => {
this.uGuid += String.fromCharCode(x)
})
......@@ -134,7 +134,7 @@ export default {
this.dtl_src.push({
sColorName:v.sColorName,
sColorNo:v.sColorNo,
src:`${this.$url('default')}/goods/image_click/?uGuid=${v.uPictureGuid}&iType=2&iProjectId=${this.iProjectId}&random=${Math.random()}`
src:`${this.$url('default')}/goods/image_click/?uGuid=${v.uPictureGuid}&iType=2&iProjectId=${this.$route.query.iProjectId}&random=${Math.random()}`
})
})
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment