rk
2025-12-03 1fb6ce7f165e85cb9458d6e8d1b6bf7debc1e665
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: {
@@ -33,4 +33,4 @@
    method: 'get',
    data
  })
}
}