feat 修改后端服务地址
feat 修改后端服务地址
This commit is contained in:
parent
730d4ec8ff
commit
37e7ac68b2
@ -10,7 +10,7 @@ import { Notify } from "quasar";
|
|||||||
// "export default () => {}" function below (which runs individually
|
// "export default () => {}" function below (which runs individually
|
||||||
// for each client)
|
// for each client)
|
||||||
const api = axios.create({
|
const api = axios.create({
|
||||||
baseURL: "http://192.168.1.244:8085/", //接口统一域名
|
baseURL: " http://114.218.158.24:8085/", //接口统一域名
|
||||||
timeout: 60 * 60 * 10000,
|
timeout: 60 * 60 * 10000,
|
||||||
authToken: true,
|
authToken: true,
|
||||||
responseType: "json", // 请求数据格式
|
responseType: "json", // 请求数据格式
|
||||||
|
Loading…
Reference in New Issue
Block a user