doum
8 小时以前 5e6da22fb6f3b65e4dbf83896ad2a05d6d971432
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
  })
}
}