update url
This commit is contained in:
parent
25905fdc83
commit
36ed72de51
|
|
@ -2,7 +2,7 @@
|
||||||
# 测试环境下会加载这些变量,覆盖.env中的同名变量
|
# 测试环境下会加载这些变量,覆盖.env中的同名变量
|
||||||
|
|
||||||
# API 基础URL
|
# API 基础URL
|
||||||
VITE_API_BASE_URL=https://nx.smartjinrui.cn
|
VITE_API_BASE_URL=/api
|
||||||
|
|
||||||
# 应用端口
|
# 应用端口
|
||||||
VITE_PORT=5173
|
VITE_PORT=5173
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@ const defaultConfig = {
|
||||||
timeout: 20000,
|
timeout: 20000,
|
||||||
debug: false
|
debug: false
|
||||||
};
|
};
|
||||||
// https://nx.smartjinrui.cn
|
|
||||||
// 开发环境配置
|
// 开发环境配置
|
||||||
export const developmentConfig = {
|
export const developmentConfig = {
|
||||||
...defaultConfig,
|
...defaultConfig,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue