This commit is contained in:
ZhuJW
2026-07-10 18:55:55 +08:00
commit fce40c7d6c
317 changed files with 170079 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
VITE_APP_BASE_API=/accidentportal/api
VITE_APP_BASE_URL=http://150.158.236.152:5221
# The title of your application (string)
VITE_GLOB_APP_TITLE="RDCA_Incidents Data Portal"
# 登录跳转
# VITE_LOGIN_URL = http://150.158.236.152:5221/login
VITE_LOGIN_URL = http://150.158.236.152:5221/accidentportal/api/user/login
# 请求头的密钥
VITE_APP_CHECK_KEY = 'mbincid-server12'
# 前端配置域名加的前缀名
VITE_APP_DOMAIN_PREFIX = 'accidentportal'