mt-qj-wms-ui/.env.production

7 lines
163 B
Plaintext
Raw Normal View History

2021-09-27 10:01:12 +08:00
# just a flag
ENV = 'production'
# base api
2021-10-20 16:25:18 +08:00
VUE_APP_BASE_API = '/api'
VUE_APP_REPORT_DESIGN_URL = '/ureport/designer'
VUE_APP_REPORT_VIEW_URL = '/ureport/preview'