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
331 B

# 企业端开发环境
VITE_PORT = 12001
# 直接访问后端端口,不通过代理
4 months ago
VITE_BASE_URL = '/api/ent-ep'
# 附件/图片等静态资源的后端地址(直接访问,不走 /api 代理)
4 months ago
VITE_FILE_URL = '/api/ent-ep'
VITE_DEFAULT_LOGIN = '/enterprise/login'
VITE_APP_ENV = 'dev'
4 months ago
4 months ago
VITE_NOS_BASE_URL = '/nosapi/nos-ep'