From 4936ba718f4ec2d069a9c28d07215573ed8548aa Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 30 一月 2026 10:12:10 +0800
Subject: [PATCH] 修改简道云人员推送删除功能bug
---
screen/src/utils/request.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/screen/src/utils/request.js b/screen/src/utils/request.js
index a20accf..f2c30c2 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
--
Gitblit v1.9.3