11
This commit is contained in:
10
.env.production
Normal file
10
.env.production
Normal file
@@ -0,0 +1,10 @@
|
||||
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'
|
||||
Reference in New Issue
Block a user