This commit is contained in:
linfso 2024-06-12 07:06:57 +08:00
parent bd3176be15
commit 6bc447746b
4 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ ENV = 'development'
# 开发环境
#VUE_APP_BASE_API = '/dev-api'
VUE_APP_PDOMAIN = 'tanex56-oms'
VUE_APP_BASE_API = 'http://api.vip.tanex56.com/api/oms'
VUE_APP_BASE_API = 'http://api.vip.tanex56.com/api/omssvr'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true

View File

@ -6,4 +6,4 @@ ENV = 'production'
# 管理系统/生产环境
VUE_APP_PDOMAIN = 'tanex56-oms'
VUE_APP_BASE_API = 'http://api.vip.tanex56.com/api/oms'
VUE_APP_BASE_API = 'http://api.vip.tanex56.com/api/omssvr'

View File

@ -9,4 +9,4 @@ ENV = 'staging'
# 测试环境
VUE_APP_BASE_API = '/stage-api'
VUE_APP_PDOMAIN = 'tanex56-oms'
VUE_APP_BASE_API = 'http://api.vip.tanex56.com/api/oms'
VUE_APP_BASE_API = 'http://api.vip.tanex56.com/api/omssvr'

View File

@ -103,8 +103,8 @@
"vuedraggable": "^2.24.3",
"vuex": "3.6.0",
"watermark-dom": "2.3.0",
"xd-pdf": "./libs/XdPdf",
"xd-vue-pdf": "file:libs/XdVuePdf",
"xd-pdf": "./libs/XdPdf/",
"xd-vue-pdf": "./libs/XdVuePdf",
"xlsx": "^0.17.5"
},
"devDependencies": {