Compare commits

..

No commits in common. "46218a0939441d8317579ef57061c619c0638585" and "921392727c88e380a64dc7898cf8029cd215ef5e" have entirely different histories.

2 changed files with 5 additions and 6 deletions

View File

@ -2,12 +2,12 @@ NODE_ENV = staging
VITE_NAME='预览环境'
# 系统管理服务API
VITE_API_URL_SYS='https://106.52.199.114:8001'
VITE_API_URL_SYS=''
# 健康辅助监测服务API
VITE_API_URL_JKFZJC='https://106.52.199.114:8003'
VITE_API_URL_JKFZJC=''
# 整个系统入口首页
VITE_HOME_URL='https://106.52.199.114:8000'
VITE_HOME_URL=''
# 授权服务地址
VITE_AUTH_URL='https://106.52.199.114:8001'
VITE_AUTH_URL=''
# 授权ID
VITE_CLIENT_ID='C9F1B1E2A984001'
VITE_CLIENT_ID=''

View File

@ -5,7 +5,6 @@
"dev": "vite --mode development",
"build": "vite build --mode production",
"test": "vite build --mode test",
"staging": "vite build --mode Staging",
"build:env": "vite build --mode development",
"preview": "vite preview --mode production"
},