From 292bdda801449c8b6fe9008cbc2206c55e1909dc Mon Sep 17 00:00:00 2001 From: liuminjian Date: Thu, 26 May 2022 17:04:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=A4=E6=B8=85=E4=B8=89?= =?UTF-8?q?=E5=8C=96=E7=A7=BB=E5=8A=A8=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homestead/index.vue | 43 +++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/src/views/homestead/index.vue b/src/views/homestead/index.vue index c63f6b0e..ef28923a 100644 --- a/src/views/homestead/index.vue +++ b/src/views/homestead/index.vue @@ -639,7 +639,7 @@
-
房屋类型
+
房屋类型{{houseInfoList.tdfl}}
{ if (res.code == 200) { this.houseInfoList.behindHouse = - location.protocol + - "//" + - location.host + - request.defaults.baseURL + + // location.protocol + + // "//" + + // location.host + + // request.defaults.baseURL + res.fileName; } else { return "图片上传失败"; @@ -3598,10 +3601,10 @@ export default { uploadFileBase(data2).then((res) => { if (res.code == 200) { this.landInfoList.frontland = - location.protocol + - "//" + - location.host + - request.defaults.baseURL + + // location.protocol + + // "//" + + // location.host + + // request.defaults.baseURL + res.fileName; } else { return "图片上传失败"; @@ -3647,10 +3650,10 @@ export default { uploadFileBase(data2).then((res) => { if (res.code == 200) { this.landInfoList.behindland = - location.protocol + - "//" + - location.host + - request.defaults.baseURL + + // location.protocol + + // "//" + + // location.host + + // request.defaults.baseURL + res.fileName; } else { return "图片上传失败";