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.

19 lines
392 B

2 years ago
ENV = 'development'
# base api
VUE_APP_BASE_API = '/api'
VUE_APP_BASE_LSM_API = '/lsm'
# 文件上传
VUE_APP_UPLOAD_URL = '/api/dict-service/imageHandler/uploadPublicImg'
VUE_APP_UPLOAD_PRIVATE_URL = '/api/oil-dict/imageHandler/uploadProtectedImg'
# 开发环境,不会进行加密,会打印出数据
VUE_APP_ENV = 'development'
#production
VUE_CLI_BABEL_TRANSPILE_MODULES = true