代码更新

This commit is contained in:
2022-07-25 08:50:59 +08:00
parent 417945409c
commit 940c9604d6
2 changed files with 2 additions and 2 deletions

View File

@@ -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: '',

View File

@@ -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': '暂无数据' }
],