You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
# 执法端生产环境(由 nginx 转发 /api、/nosapi,无需 VITE_*_PROXY_TARGET)
|
|
|
|
|
VITE_PORT = 12002
|
|
|
|
|
VITE_BASE_URL = '/api'
|
|
|
|
|
VITE_NOS_BASE_URL = '/nosapi'
|
|
|
|
|
VITE_FILE_URL = '/api'
|
|
|
|
|
VITE_DEFAULT_LOGIN = '/enforce/login'
|
|
|
|
|
VITE_APP_ENV = 'prod'
|