提交预正式版

This commit is contained in:
2024-07-23 16:13:18 +08:00
parent b831a90a0a
commit 14b0692c13

View File

@@ -8,7 +8,7 @@ import { isNil } from 'ramda';
import { MaybeMapFactory } from '@/shared/foundation';
let engineCache: AxiosInstance | null = null;
export const baseUrl = '/api'
export const baseUrl = '/api3'
/**
* 应用中所需要使用的AJAX引擎。
* @param forceUnauthorized 是否强制丢弃用户会话令牌信息。