From a5fdf2e096c104fd64713a78886f49b2bf900993 Mon Sep 17 00:00:00 2001 From: linfso Date: Tue, 15 Apr 2025 13:27:26 +0800 Subject: [PATCH] md --- .env.production | 4 ++-- .env.staging | 4 ++-- .env.uat | 4 ++-- src/utils/XDNoticeSdk.js | 4 ++-- src/views/system/updater/appUpdater.vue | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.env.production b/.env.production index e6bf2889..a1970a30 100644 --- a/.env.production +++ b/.env.production @@ -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' diff --git a/.env.staging b/.env.staging index ca5246e6..3f26f0ad 100644 --- a/.env.staging +++ b/.env.staging @@ -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' diff --git a/.env.uat b/.env.uat index 8932ddda..13b61b62 100644 --- a/.env.uat +++ b/.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' diff --git a/src/utils/XDNoticeSdk.js b/src/utils/XDNoticeSdk.js index 344f4818..af58dea5 100644 --- a/src/utils/XDNoticeSdk.js +++ b/src/utils/XDNoticeSdk.js @@ -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); diff --git a/src/views/system/updater/appUpdater.vue b/src/views/system/updater/appUpdater.vue index ab0a089d..c899517b 100644 --- a/src/views/system/updater/appUpdater.vue +++ b/src/views/system/updater/appUpdater.vue @@ -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;