etc
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
298 B

2 years ago
ENV = 'production'
# base api
VUE_APP_BASE_API = '/etcapi'
VUE_APP_BASE_LSM_API = '/lsm'
VUE_APP_UPLOAD_URL = '/api/dict-service/imageHandler/uploadPublicImg'
VUE_APP_UPLOAD_PRIVATE_URL = '/api/dict-service/imageHandler/uploadProtectedImg'
# 生产环境,进行加密
VUE_APP_ENV = 'production'