MrShi
2026-01-06 56a0647e9e0d6cbeb1670d1961d19e46db16ac26
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: {