From fb026e6052b4d843d327312db398cf791ac57ab9 Mon Sep 17 00:00:00 2001 From: cyy <cuiqian2004@163.com> Date: 星期日, 28 九月 2025 22:43:29 +0800 Subject: [PATCH] test --- api/vehicle.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/api/vehicle.js b/api/vehicle.js index 5fc8768..c440418 100644 --- a/api/vehicle.js +++ b/api/vehicle.js @@ -89,6 +89,7 @@ method: "GET", url, header, + }) @@ -109,6 +110,8 @@ method: "GET", url, header, + timeout: 5000, + }) } -- Gitblit v1.9.1