支持峰谷
This commit is contained in:
parent
31290a776e
commit
ab0cecf77a
@ -8,7 +8,7 @@ import { isNil } from 'ramda';
|
|||||||
import { MaybeMapFactory } from '@/shared/foundation';
|
import { MaybeMapFactory } from '@/shared/foundation';
|
||||||
|
|
||||||
let engineCache: AxiosInstance | null = null;
|
let engineCache: AxiosInstance | null = null;
|
||||||
export const baseUrl = '/api3'
|
export const baseUrl = '/api'
|
||||||
/**
|
/**
|
||||||
* 应用中所需要使用的AJAX引擎。
|
* 应用中所需要使用的AJAX引擎。
|
||||||
* @param forceUnauthorized 是否强制丢弃用户会话令牌信息。
|
* @param forceUnauthorized 是否强制丢弃用户会话令牌信息。
|
||||||
|
@ -104,7 +104,7 @@ export default mode => {
|
|||||||
})
|
})
|
||||||
],
|
],
|
||||||
envDir: './',
|
envDir: './',
|
||||||
publicDir: "/user-report",
|
// publicDir: "/user-report",
|
||||||
base: './',
|
base: './',
|
||||||
server: {
|
server: {
|
||||||
port: 3000,
|
port: 3000,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user