shish 1 год назад
Родитель
Сommit
87590b2bf3
2 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      ghsApp/src/admin/clear/customInfo.vue
  2. 2 2
      ghsApp/src/pagesArrears/clearResult.vue

+ 2 - 2
ghsApp/src/admin/clear/customInfo.vue

@@ -190,7 +190,7 @@ export default {
 		return {
 			title: this.title,
 			desc: "",
-			imageUrl: APIHOST+'/custom/hit_me_clear.jpg',
+			imageUrl: APIHOST+'/image/custom/hit_me_clear.jpg',
 			path: "admin/clear/showBill?id="+this.detailInfo.id,
 		}
 	},
@@ -204,7 +204,7 @@ export default {
 				type: 5,
 				title: that.title,
 				summary: '暂无',
-				imageUrl: APIHOST+'/custom/hit_me_clear.jpg',//图片一定要有,不然会分享失败
+				imageUrl: APIHOST+'/image/custom/hit_me_clear.jpg',//图片一定要有,不然会分享失败
 				miniProgram: {
 					id: miniOriginalId,//小程序原始id,发起分享的 App 与小程序属于同一微信开放平台账号
 					path: "admin/clear/showBill?id="+this.detailInfo.id,

+ 2 - 2
ghsApp/src/pagesArrears/clearResult.vue

@@ -52,7 +52,7 @@ export default {
 		return {
 			title: this.title,
 			desc: "",
-			imageUrl: APIHOST+'/custom/hit_me_clear.jpg',
+			imageUrl: APIHOST+'/image/custom/hit_me_clear.jpg',
 			path: "admin/clear/showBill?id="+this.option.id,
 		}
 	},
@@ -86,7 +86,7 @@ export default {
 				type: 5,
 				title: that.title,
 				summary: '暂无',
-				imageUrl: APIHOST+'/custom/hit_me_clear.jpg',//图片一定要有,不然会分享失败
+				imageUrl: APIHOST+'/image/custom/hit_me_clear.jpg',//图片一定要有,不然会分享失败
 				miniProgram: {
 					id: miniOriginalId,//小程序原始id,发起分享的 App 与小程序属于同一微信开放平台账号
 					path: "admin/clear/showBill?id="+this.option.id,