From 5e6da22fb6f3b65e4dbf83896ad2a05d6d971432 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期三, 26 十一月 2025 17:08:10 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/maanshan' into maanshan

---
 screen/src/utils/request.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/screen/src/utils/request.js b/screen/src/utils/request.js
index a20accf..94fce10 100644
--- a/screen/src/utils/request.js
+++ b/screen/src/utils/request.js
@@ -1,8 +1,8 @@
 import axios from "axios"
 
 const instance = axios.create({
-  baseURL: '/gateway_interface',
-  timeout: 10000,
+  baseURL: '/system_gateway',
+  timeout: 30000,
   withCredentials: true,
   headers: {
     shopId: 1
@@ -33,4 +33,4 @@
     method: 'get',
     data
   })
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3