md
This commit is contained in:
parent
f06490c4b9
commit
0504a8bcfa
@ -1,6 +1,8 @@
|
||||
# 页面标题
|
||||
VUE_APP_TITLE = 管理系统
|
||||
|
||||
NODE_ENV='development'
|
||||
|
||||
# 开发环境配置
|
||||
ENV = 'development'
|
||||
|
||||
@ -9,9 +11,9 @@ VUE_APP_VERSION = '20240516'
|
||||
#VUE_APP_BASE_API = '/dev-api'
|
||||
VUE_APP_PDOMAIN = 'tanex56'
|
||||
VUE_APP_DATA_FROM = 'pc'
|
||||
VUE_APP_BASE_API = 'http://tst-api.emis.tanex56.com/api/bizsvr'
|
||||
VUE_APP_BASE_API = 'http://47.96.189.20:58089/api/bizsvr'
|
||||
|
||||
VUE_APP_WS_HOST = 'ws://tst-api.emis.tanex56.com/api/bizsvr'
|
||||
VUE_APP_WS_HOST = 'ws://47.96.189.20:58089/api/bizsvr'
|
||||
|
||||
VUE_APP_PRINTER_HOST = '192.168.88.100:17080'
|
||||
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
# 页面标题
|
||||
VUE_APP_TITLE = 管理系统
|
||||
|
||||
NODE_ENV='production'
|
||||
# 生产环境配置
|
||||
ENV = 'production'
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# 页面标题
|
||||
VUE_APP_TITLE = 管理系统
|
||||
# NODE_ENV='production'
|
||||
NODE_ENV='production'
|
||||
|
||||
# 生产环境配置
|
||||
ENV = 'staging'
|
||||
@ -10,7 +10,7 @@ VUE_APP_VERSION = '20240520'
|
||||
# 管理系统/生产环境
|
||||
VUE_APP_PDOMAIN = 'tanex56'
|
||||
VUE_APP_DATA_FROM = 'pc'
|
||||
VUE_APP_BASE_API = 'https://tst-api.emis.tanex56.com/api/bizsvr'
|
||||
VUE_APP_WS_HOST = 'wss://tst-api.emis.tanex56.com/api/bizsvr'
|
||||
VUE_APP_BASE_API = 'http://tst-api.emis.tanex56.com/api/bizsvr'
|
||||
VUE_APP_WS_HOST = 'ws://tst-api.emis.tanex56.com/api/bizsvr'
|
||||
|
||||
VUE_APP_PRINTER_HOST = '127.0.0.1:17080'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user