From 5f4a67ca552fcdbc61d3e28e396023f235ddf2b1 Mon Sep 17 00:00:00 2001 From: gaoyuanwei <2826352639@qq.com> Date: Mon, 18 Jul 2022 14:28:50 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E6=81=A2=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/components/searchResultList.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/front/src/views/home/components/searchResultList.vue b/front/src/views/home/components/searchResultList.vue index 10ad838f..8444e1a0 100644 --- a/front/src/views/home/components/searchResultList.vue +++ b/front/src/views/home/components/searchResultList.vue @@ -1084,6 +1084,5 @@ text-overflow: ellipsis; /*超出显示为省略号*/ -webkit-box-orient: vertical; - word-break: break-all; } From 4819e5ad17a3ed25538ab22b6c860a6aa7adc4bd Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Mon, 18 Jul 2022 14:43:24 +0800 Subject: [PATCH 2/5] =?UTF-8?q?=E5=BA=94=E7=94=A8=E8=B5=84=E6=BA=90=20?= =?UTF-8?q?=E8=83=BD=E5=8A=9B=E7=94=B3=E8=AF=B7=20=20=20=20=20=20BUG?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/public/index.html | 4 +-- .../components/PutOnTheShelf.vue | 16 ++++++++-- front/src/views/home/AbilityToApplyFor.vue | 8 ++++- front/src/views/home/DetailsPageconetent.vue | 5 +++- front/src/views/home/apply.vue | 17 ++++++++--- .../home/components/searchResultList.vue | 30 +++++++++++++------ .../components/PurchaseVehicle.vue | 6 ++++ 7 files changed, 66 insertions(+), 20 deletions(-) diff --git a/front/public/index.html b/front/public/index.html index d2dc40f3..2eb674ba 100644 --- a/front/public/index.html +++ b/front/public/index.html @@ -2,7 +2,7 @@ * @Author: hisense.wuhongjian * @Date: 2022-03-29 16:45:25 * @LastEditors: hisense.liangjunhua - * @LastEditTime: 2022-07-16 16:01:48 + * @LastEditTime: 2022-07-18 14:09:10 * @Description: 告诉大家这是什么 --> @@ -49,7 +49,7 @@ window.SITE_CONFIG['backUrl'] = 'http://localhost:8001'; window.SITE_CONFIG['previewUrl'] = 'http://15.2.21.238:9796/'; window.SITE_CONFIG['frontUrl'] = 'http://15.2.21.238:9796/document/#/devModelFile/'; - window.SITE_CONFIG['apiURL'] = 'http://15.2.21.238:8888/renren-admin'; + window.SITE_CONFIG['apiURL'] = 'http://15.2.21.239:8888/renren-admin'; window.SITE_CONFIG['POI_URL'] = 'http://15.2.21.238:8090/iserver/services/addressmatch-qingdaoPOI181015/restjsr/v1/address'; // 穿透版本 // window.SITE_CONFIG['backUrl'] = 'http://124.222.94.39:9797'; diff --git a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue index 46c5daae..2c238e15 100644 --- a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue +++ b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue @@ -1,8 +1,8 @@