rk
2025-12-15 3471ef4c3fce9d53ca7f3bbebde477eb3eb884a2
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
@@ -33,4 +33,4 @@
    method: 'get',
    data
  })
}
}