From 0e2b5316c6973fbaec14704aa0083f1a88fc5c6b Mon Sep 17 00:00:00 2001 From: wgx <31655391@qq.com> Date: Thu, 30 Jul 2026 18:33:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/request.js | 4 ++-- src/pages/MywrList/index.vue | 11 +++-------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/src/api/request.js b/src/api/request.js index e8dd0ed..fefebb5 100644 --- a/src/api/request.js +++ b/src/api/request.js @@ -1,8 +1,8 @@ import axios from "axios"; import router from '@/router' const requests = axios.create({ - baseURL:"/lh-api", - timeout:20000, + baseURL: "/lh-api", + timeout: 45000, }); diff --git a/src/pages/MywrList/index.vue b/src/pages/MywrList/index.vue index e43ec8f..cfe9d5d 100644 --- a/src/pages/MywrList/index.vue +++ b/src/pages/MywrList/index.vue @@ -175,7 +175,7 @@
- +
@@ -700,12 +700,7 @@ export default { stationInfo().then(res => { this.stationInfoList = res.result if (this.stationInfoList) { - res.result.map(item => { - this.stationList.push({ - stationCode: item.stationCode, - stationName: item.stationName, - }) - }) + this.stationList = res.result } }) }, @@ -2410,7 +2405,7 @@ a:hover { right: 450px; cursor:pointer; z-index: 2000; - width: 180px + width: 170px }