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

8 lines
164 B
Plaintext
Raw Normal View History

2021-09-13 14:56:28 +08:00
# just a flag
ENV = 'production'
# base api
2022-03-05 19:43:42 +08:00
VUE_APP_BASE_API = '/api'
2021-09-13 14:56:28 +08:00
VUE_APP_REPORT_DESIGN_URL = '/ureport/designer'
2022-02-23 11:23:07 +08:00
VUE_APP_REPORT_VIEW_URL = '/ureport/preview'