This commit is contained in:
2022-02-25 10:57:07 +08:00
parent f2c038d543
commit 7e6881ff74
12 changed files with 210 additions and 96 deletions

View File

@@ -2,6 +2,6 @@
ENV = 'production'
# base api
VUE_APP_BASE_API = ''
VUE_APP_BASE_API = '/api'
VUE_APP_REPORT_DESIGN_URL = '/ureport/designer'
VUE_APP_REPORT_VIEW_URL = '/ureport/preview'