doum
2025-11-25 7aa43e7f0edb7680762b3ffaed7f944742bfc0ea
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: {