From 90671325090a58b0dfc91dac6a84b1c2a09eaac7 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 27 三月 2025 17:29:27 +0800 Subject: [PATCH] 修复绘制轨迹线时,上一组数据没有清除的问题 --- src/api/index.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index c0264f8..9a0aa30 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -10,12 +10,12 @@ } if (debug) { - ip1 = 'http://192.168.0.138:8084/'; + ip1 = 'http://192.168.0.110:8084/'; } const $http = axios.create({ baseURL: ip1, - timeout: 20000 + timeout: 30000 }); //娣诲姞鎷︽埅鍣� -- Gitblit v1.9.3