md
This commit is contained in:
parent
b321a8969c
commit
a5fdf2e096
@ -9,7 +9,7 @@ VUE_APP_VERSION = '20240520'
|
||||
# 管理系统/生产环境
|
||||
VUE_APP_PDOMAIN = 'tanex56'
|
||||
VUE_APP_DATA_FROM = 'pc'
|
||||
VUE_APP_BASE_API = 'https://api.emis.tanex56.com/api/bizsvr'
|
||||
VUE_APP_WS_HOST = 'wss://api.emis.tanex56.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_PRINTER_HOST = '127.0.0.1:17080'
|
||||
|
||||
@ -11,7 +11,7 @@ VUE_APP_VERSION = '240803'
|
||||
# 管理系统/生产环境
|
||||
VUE_APP_PDOMAIN = 'tanex56'
|
||||
VUE_APP_DATA_FROM = 'pc'
|
||||
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_BASE_API = 'http://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'
|
||||
|
||||
4
.env.uat
4
.env.uat
@ -10,7 +10,7 @@ VUE_APP_VERSION = '240803'
|
||||
# 管理系统/生产环境
|
||||
VUE_APP_PDOMAIN = 'tanex56'
|
||||
VUE_APP_DATA_FROM = 'pc'
|
||||
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_BASE_API = 'http://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'
|
||||
|
||||
@ -119,8 +119,8 @@ class XDNoticeSdk {
|
||||
if (!this.ws || this.getWSReadyState() === this.WS_CLOSING || this.getWSReadyState() === this.WS_CLOSE) {
|
||||
try {
|
||||
|
||||
// wss://api.emis.tanex56.com/api/bizsvr/ws/123
|
||||
// wss://api.emis.tanex56.com/api/bizsvr/wsplus/123
|
||||
// wss://api.emis.jtrs56.com/api/bizsvr/ws/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_PLUS_URL+""+this.userId);
|
||||
|
||||
@ -96,7 +96,7 @@ export default {
|
||||
methods: {
|
||||
initData() {
|
||||
/*
|
||||
{ version: '1.0.0', versionCode: 101, apkUrl: 'https://oss-emis.tanex56.com/app/t240616.apk', wgtUrl: 'https://oss-emis.tanex56.com/app/240616-1.wgt', whiteDeviceIds: [], remark: '' }
|
||||
{ version: '1.0.0', versionCode: 101, apkUrl: 'https://oss-emis.jtrs56.com/app/t240616.apk', wgtUrl: 'https://oss-emis.jtrs56.com/app/240616-1.wgt', whiteDeviceIds: [], remark: '' }
|
||||
*/
|
||||
getConfigKey("sys.app.version").then(response => {
|
||||
let str=response.msg;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user