tft-fe/.env.production

9 wiersze
355 B
Plaintext
Czysty Zwykły widok Historia

2023-01-03 09:33:30 +08:00
# just a flag
ENV = 'production'
# base api
# 这里修改成api服务器地址
VUE_APP_BASE_API = '/api'
2023-02-08 17:23:01 +08:00
VUE_APP_VIEW_PIC = 'http://tft.mes.picaiba.com/api/common/attachment/downloadFile?type=0&attachmentId='
2023-03-09 17:01:02 +08:00
VUE_APP_REPORT_DESIGN_URL = 'http://tft.mes.picaiba.com/ureport/designer'
VUE_APP_REPORT_VIEW_URL = 'http://tft.mes.picaiba.com/ureport/preview'