staging #4
10
.env.staging
10
.env.staging
|
@ -2,12 +2,12 @@ NODE_ENV = staging
|
||||||
VITE_NAME='预览环境'
|
VITE_NAME='预览环境'
|
||||||
|
|
||||||
# 系统管理服务API
|
# 系统管理服务API
|
||||||
VITE_API_URL_SYS=''
|
VITE_API_URL_SYS='https://106.52.199.114:8001'
|
||||||
# 健康辅助监测服务API
|
# 健康辅助监测服务API
|
||||||
VITE_API_URL_JKFZJC=''
|
VITE_API_URL_JKFZJC='https://106.52.199.114:8003'
|
||||||
# 整个系统入口首页
|
# 整个系统入口首页
|
||||||
VITE_HOME_URL=''
|
VITE_HOME_URL='https://106.52.199.114:8000'
|
||||||
# 授权服务地址
|
# 授权服务地址
|
||||||
VITE_AUTH_URL=''
|
VITE_AUTH_URL='https://106.52.199.114:8001'
|
||||||
# 授权ID
|
# 授权ID
|
||||||
VITE_CLIENT_ID=''
|
VITE_CLIENT_ID='C9F1B1E2A984001'
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
"dev": "vite --mode development",
|
"dev": "vite --mode development",
|
||||||
"build": "vite build --mode production",
|
"build": "vite build --mode production",
|
||||||
"test": "vite build --mode test",
|
"test": "vite build --mode test",
|
||||||
|
"staging": "vite build --mode Staging",
|
||||||
"build:env": "vite build --mode development",
|
"build:env": "vite build --mode development",
|
||||||
"preview": "vite preview --mode production"
|
"preview": "vite preview --mode production"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue