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

upload

parent 52864314
...@@ -108,7 +108,7 @@ export default { ...@@ -108,7 +108,7 @@ export default {
Previewer Previewer
}, },
async mounted(){ async mounted(){
this.iProjectId = this.$route.params.iProjectId; this.iProjectId = this.$route.query.iProjectId;
this.$route.params.uGuid.split('.').map((x,y) => { this.$route.params.uGuid.split('.').map((x,y) => {
this.uGuid += String.fromCharCode(x) this.uGuid += String.fromCharCode(x)
}) })
...@@ -134,7 +134,7 @@ export default { ...@@ -134,7 +134,7 @@ export default {
this.dtl_src.push({ this.dtl_src.push({
sColorName:v.sColorName, sColorName:v.sColorName,
sColorNo:v.sColorNo, 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