fix: 修改后端接口
This commit is contained in:
@@ -22,7 +22,7 @@ export const createHttpClient = (
|
||||
resolveSessionId?: SessionResolver,
|
||||
): HttpClient => {
|
||||
const instance = axios.create({
|
||||
baseURL: "http://127.0.0.1:8080",
|
||||
baseURL: "http://local.kmux.cn:8080",
|
||||
});
|
||||
|
||||
instance.interceptors.request.use((config: InternalAxiosRequestConfig) => {
|
||||
|
||||
Reference in New Issue
Block a user