积分商城后台管理
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.

11 lines
371 B

10 months ago
NODE_ENV = production
ENV = 'staging'
# base api
VUE_APP_BASE_API = '/api'
# 文件上传
VUE_APP_UPLOAD_URL = '/api/oil-oss/obejct/uploadFile'
VUE_APP_UPLOAD_PRIVATE_URL = '/api/oil-dict/imageHandler/uploadProtectedImg'
# 测试环境,会加密,但是会打印出请求路径、加密数据、解密数据
VUE_APP_ENV = 'test'
VUE_APP_DOMAIN = '192.168.0.191:38080'