2021-09-13 14:56:28 +08:00
|
|
|
# just a flag
|
|
|
|
ENV = 'production'
|
|
|
|
|
|
|
|
# base api
|
2022-03-07 09:31:40 +08:00
|
|
|
VUE_APP_BASE_API = ''
|
2022-07-25 10:17:59 +08:00
|
|
|
VUE_APP_WB_API = 'a.wms.picaiba.com'
|
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'
|