md
This commit is contained in:
parent
ef8718c318
commit
024cf31524
@ -9,7 +9,7 @@ VUE_APP_VERSION = '20240520'
|
|||||||
# 管理系统/生产环境
|
# 管理系统/生产环境
|
||||||
VUE_APP_PDOMAIN = 'tanex56'
|
VUE_APP_PDOMAIN = 'tanex56'
|
||||||
VUE_APP_DATA_FROM = 'pc'
|
VUE_APP_DATA_FROM = 'pc'
|
||||||
VUE_APP_BASE_API = 'https://api.emis.jtrs56.com/api/bizsvr'
|
VUE_APP_BASE_API = 'https://api-emis.jtrs56.com/api/bizsvr'
|
||||||
VUE_APP_WS_HOST = 'wss://api.emis.jtrs56.com/api/bizsvr'
|
VUE_APP_WS_HOST = 'wss://api-emis.jtrs56.com/api/bizsvr'
|
||||||
|
|
||||||
VUE_APP_PRINTER_HOST = '127.0.0.1:17080'
|
VUE_APP_PRINTER_HOST = '127.0.0.1:17080'
|
||||||
|
|||||||
@ -11,7 +11,7 @@ VUE_APP_VERSION = '240803'
|
|||||||
# 管理系统/生产环境
|
# 管理系统/生产环境
|
||||||
VUE_APP_PDOMAIN = 'tanex56'
|
VUE_APP_PDOMAIN = 'tanex56'
|
||||||
VUE_APP_DATA_FROM = 'pc'
|
VUE_APP_DATA_FROM = 'pc'
|
||||||
VUE_APP_BASE_API = 'http://tst-api.emis.jtrs56.com/api/bizsvr'
|
VUE_APP_BASE_API = 'http://tst-api-emis.jtrs56.com/api/bizsvr'
|
||||||
VUE_APP_WS_HOST = 'ws://tst-api.emis.jtrs56.com/api/bizsvr'
|
VUE_APP_WS_HOST = 'ws://tst-api-emis.jtrs56.com/api/bizsvr'
|
||||||
|
|
||||||
VUE_APP_PRINTER_HOST = '127.0.0.1:17080'
|
VUE_APP_PRINTER_HOST = '127.0.0.1:17080'
|
||||||
|
|||||||
4
.env.uat
4
.env.uat
@ -10,7 +10,7 @@ VUE_APP_VERSION = '240803'
|
|||||||
# 管理系统/生产环境
|
# 管理系统/生产环境
|
||||||
VUE_APP_PDOMAIN = 'tanex56'
|
VUE_APP_PDOMAIN = 'tanex56'
|
||||||
VUE_APP_DATA_FROM = 'pc'
|
VUE_APP_DATA_FROM = 'pc'
|
||||||
VUE_APP_BASE_API = 'http://tst-api.emis.jtrs56.com/api/bizsvr'
|
VUE_APP_BASE_API = 'http://tst-api-emis.jtrs56.com/api/bizsvr'
|
||||||
VUE_APP_WS_HOST = 'ws://tst-api.emis.jtrs56.com/api/bizsvr'
|
VUE_APP_WS_HOST = 'ws://tst-api-emis.jtrs56.com/api/bizsvr'
|
||||||
|
|
||||||
VUE_APP_PRINTER_HOST = '127.0.0.1:17080'
|
VUE_APP_PRINTER_HOST = '127.0.0.1:17080'
|
||||||
|
|||||||
@ -119,8 +119,8 @@ class XDNoticeSdk {
|
|||||||
if (!this.ws || this.getWSReadyState() === this.WS_CLOSING || this.getWSReadyState() === this.WS_CLOSE) {
|
if (!this.ws || this.getWSReadyState() === this.WS_CLOSING || this.getWSReadyState() === this.WS_CLOSE) {
|
||||||
try {
|
try {
|
||||||
|
|
||||||
// wss://api.emis.jtrs56.com/api/bizsvr/ws/123
|
// wss://api-emis.jtrs56.com/api/bizsvr/ws/123
|
||||||
// wss://api.emis.jtrs56.com/api/bizsvr/wsplus/123
|
// wss://api-emis.jtrs56.com/api/bizsvr/wsplus/123
|
||||||
|
|
||||||
// this.ws = new WebSocket(this.WS_URL+""+this.userId);
|
// this.ws = new WebSocket(this.WS_URL+""+this.userId);
|
||||||
this.ws = new WebSocket(this.WS_PLUS_URL+""+this.userId);
|
this.ws = new WebSocket(this.WS_PLUS_URL+""+this.userId);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user