From 28d2b0a2b33c786670f4999e4b634036de2d6883 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期一, 15 十二月 2025 11:19:08 +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