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 "图片上传失败";