main
wuyize 2022-12-27 21:35:33 +08:00
parent 81cd8157b8
commit a8c6fff843
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ import {persistor, setAccessToken, setToken, store} from "../models/store";
import {history} from "../router/router"; import {history} from "../router/router";
// export const baseUrl = "http://101.34.228.45:8080/" export const baseUrl = "http://101.34.228.45:8080/"
export const baseUrl = "https://mock.apifox.cn/m1/2116708-0-ae5ae4e4/" //export const baseUrl = "https://mock.apifox.cn/m1/2116708-0-ae5ae4e4/"
const axiosInstance = axios.create({ const axiosInstance = axios.create({
baseURL: baseUrl, baseURL: baseUrl,