Browse Source

Merge pull request '修改api' (#11) from zwq into develop

Reviewed-on: http://git.picaiba.com/mt-ck-00a/mt-ck-wms-ui/pulls/11
pull/12/head
朱文强 2 years ago
parent
commit
f2c038d543
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .env.production

+ 2
- 2
.env.production View File

@@ -2,6 +2,6 @@
ENV = 'production'

# base api
VUE_APP_BASE_API = '/api'
VUE_APP_BASE_API = ''
VUE_APP_REPORT_DESIGN_URL = '/ureport/designer'
VUE_APP_REPORT_VIEW_URL = '/ureport/preview'
VUE_APP_REPORT_VIEW_URL = '/ureport/preview'

Loading…
Cancel
Save