md
This commit is contained in:
parent
bd3176be15
commit
6bc447746b
@ -7,7 +7,7 @@ ENV = 'development'
|
|||||||
# 开发环境
|
# 开发环境
|
||||||
#VUE_APP_BASE_API = '/dev-api'
|
#VUE_APP_BASE_API = '/dev-api'
|
||||||
VUE_APP_PDOMAIN = 'tanex56-oms'
|
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
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
||||||
|
|||||||
@ -6,4 +6,4 @@ ENV = 'production'
|
|||||||
|
|
||||||
# 管理系统/生产环境
|
# 管理系统/生产环境
|
||||||
VUE_APP_PDOMAIN = 'tanex56-oms'
|
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'
|
||||||
|
|||||||
@ -9,4 +9,4 @@ ENV = 'staging'
|
|||||||
# 测试环境
|
# 测试环境
|
||||||
VUE_APP_BASE_API = '/stage-api'
|
VUE_APP_BASE_API = '/stage-api'
|
||||||
VUE_APP_PDOMAIN = 'tanex56-oms'
|
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'
|
||||||
|
|||||||
@ -103,8 +103,8 @@
|
|||||||
"vuedraggable": "^2.24.3",
|
"vuedraggable": "^2.24.3",
|
||||||
"vuex": "3.6.0",
|
"vuex": "3.6.0",
|
||||||
"watermark-dom": "2.3.0",
|
"watermark-dom": "2.3.0",
|
||||||
"xd-pdf": "./libs/XdPdf",
|
"xd-pdf": "./libs/XdPdf/",
|
||||||
"xd-vue-pdf": "file:libs/XdVuePdf",
|
"xd-vue-pdf": "./libs/XdVuePdf",
|
||||||
"xlsx": "^0.17.5"
|
"xlsx": "^0.17.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user