MrShi
昨天 e1281f6933755e07c7fb4b5bd8e8027cfb780e94
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
  })
}
}