支持峰谷

This commit is contained in:
2025-04-21 14:44:45 +08:00
parent 31290a776e
commit ab0cecf77a
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -104,7 +104,7 @@ export default mode => {
})
],
envDir: './',
publicDir: "/user-report",
// publicDir: "/user-report",
base: './',
server: {
port: 3000,