Browse Source

bug 修复

yf_zd 5 years atrás
parent
commit
b293fb9c51

+ 1 - 1
src/pages/symanger/farmThing/harvest.vue

@@ -356,7 +356,7 @@ export default {
 			this.QRcodenum = backcode
 			this.$nextTick(() => {
 				new QRCode(this.$refs.QRcodeShowImg, {
-					text: 'http://192.168.1.12:8000/#/tracebackDetailApp/' + backcode,
+					text: 'http://47.104.218.216:8006/tracehome#/tracebackDetailApp/' + backcode,
 					width: 200,
 					height: 200,
 					colorDark: '#333333', //二维码颜色

+ 1 - 1
src/pages/symanger/resultInfo/resultInfoList.vue

@@ -225,7 +225,7 @@ export default {
 			this.QRcodenum = backcode
 			this.$nextTick(() => {
 				new QRCode(this.$refs.QRcodeShowImg, {
-					text: 'http://192.168.1.12:8000/#/tracebackDetailApp/' + backcode,
+					text: 'http://47.104.218.216:8006/tracehome#/tracebackDetailApp/' + backcode,
 					width: 200,
 					height: 200,
 					colorDark: '#333333', //二维码颜色

+ 1 - 1
src/pages/symanger/resultInfo/tracebackDetail.vue

@@ -8,7 +8,7 @@
 					<el-card class="box-card varietyInfo" style="height: 570px">
 						<div class="varietyImg">
 							<template v-if="pinfo.productphoto">
-								<img :src="pinfo.productphoto" />
+								<img :src="$host+pinfo.productphoto" />
 							</template>
 							<template v-else>
 								<img :src="noimg" />

+ 1 - 1
src/pages/symanger/resultInfo/tracebackDetailApp.vue

@@ -12,7 +12,7 @@
 								<img
 									width="1.2rem"
 									class="varietyInfoImg"
-									:src="pinfo.productphoto"
+									:src="$host+pinfo.productphoto"
 								/>
 							</template>
 							<template v-else>