代码更新

This commit is contained in:
2022-07-22 16:41:02 +08:00
parent 8161ab22f1
commit 417945409c
2 changed files with 6 additions and 2 deletions

View File

@@ -27,7 +27,9 @@ export default {
mixins: [crud],
data() {
return {
path: 'ws://192.168.81.252:8086//webSocket/20',
// 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',
currentDate: new Date(),
getTime: '',
getDate: '',

View File

@@ -36,7 +36,9 @@ export default {
name: 'Test',
data() {
return {
path: 'ws://192.168.81.252:8086//webSocket/21',
// 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',
table: [
{ 'fault_time': '暂无数据', 'create_time': '暂无数据', 'name': '暂无数据', 'device_name': '暂无数据', 'class_name': '暂无数据' }
],