doum
2025-12-17 344fe6557564e02da51a0ebb3767f8697c7c81b9
screen/src/utils/request.js
@@ -1,7 +1,7 @@
import axios from "axios"
const instance = axios.create({
  baseURL: '/gateway_interface',
  baseURL: '/system_gateway',
  timeout: 30000,
  withCredentials: true,
  headers: {