From 940c9604d62ff8b614bbc6eda7c00af9cd213285 Mon Sep 17 00:00:00 2001 From: liuxy Date: Mon, 25 Jul 2022 08:50:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mes/qd/src/views/wms/sb/stat/task/bigScreen.vue | 2 +- mes/qd/src/views/wms/sb/stat/taskscreen/taskScreen.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mes/qd/src/views/wms/sb/stat/task/bigScreen.vue b/mes/qd/src/views/wms/sb/stat/task/bigScreen.vue index 9206800f..59ed34aa 100644 --- a/mes/qd/src/views/wms/sb/stat/task/bigScreen.vue +++ b/mes/qd/src/views/wms/sb/stat/task/bigScreen.vue @@ -29,7 +29,7 @@ export default { return { // path: 'ws://192.168.81.252:8086//webSocket/20', // path: window.g.dev.VUE_APP_BASE_API.replace('http', 'ws') + '/webSocket/20', - path: window.g.prod.EXPAND_URL.replace('http', 'ws') + '/webSocket/20', + path: window.g.prod.VUE_APP_BASE_API.replace('http', 'ws') + '/webSocket/20', currentDate: new Date(), getTime: '', getDate: '', diff --git a/mes/qd/src/views/wms/sb/stat/taskscreen/taskScreen.vue b/mes/qd/src/views/wms/sb/stat/taskscreen/taskScreen.vue index a44f6ae7..6b0f42a1 100644 --- a/mes/qd/src/views/wms/sb/stat/taskscreen/taskScreen.vue +++ b/mes/qd/src/views/wms/sb/stat/taskscreen/taskScreen.vue @@ -38,7 +38,7 @@ export default { return { // path: 'ws://192.168.81.252:8086//webSocket/21', // path: window.g.dev.VUE_APP_BASE_API.replace('http', 'ws') + '/webSocket/21', - path: window.g.prod.EXPAND_URL.replace('http', 'ws') + '/webSocket/21', + path: window.g.prod.VUE_APP_BASE_API.replace('http', 'ws') + '/webSocket/21', table: [ { 'fault_time': '暂无数据', 'create_time': '暂无数据', 'name': '暂无数据', 'device_name': '暂无数据', 'class_name': '暂无数据' } ],