Compare commits

..

No commits in common. "de1a7835e182db86372f10f9932b9f365f360f2d" and "6e18a42c031daffa3147c61310c28a7ed5d44eff" have entirely different histories.

View File

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