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.
10 lines
332 B
10 lines
332 B
# 执法端开发环境
|
|
VITE_PORT = 12002
|
|
# 直接访问后端端口,不通过代理
|
|
VITE_BASE_URL = '/api/enf-ep'
|
|
# 附件/图片等静态资源的后端地址(直接访问,不走 /api 代理)
|
|
VITE_FILE_URL = '/api/enf-ep'
|
|
VITE_DEFAULT_LOGIN = '/enforcement/login'
|
|
VITE_APP_ENV = 'dev'
|
|
|
|
VITE_NOS_BASE_URL = '/nosapi/nos-ep'
|