From 3e1567003f6d51aa810252238235c448fa5bf0ab Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期三, 26 六月 2024 19:03:04 +0800 Subject: [PATCH] 优化工业看板 --- 代码管理/大屏/src/views/centerRight4.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/centerRight4.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/centerRight4.vue" index b3e3510..55ec29f 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/centerRight4.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/\345\244\247\345\261\217/src/views/centerRight4.vue" @@ -46,12 +46,12 @@ this.GetLocationData(); setInterval(() => { this.GetLocationData() - },1000) + },5000) }, GetLocationData(){ var _this=this; this.data = []; - axios.post("http://localhost:8099/api/Readplc/Workinfo_information").then((x)=>{ + axios.post("http://192.168.12.101:8099/api/Readplc/Workinfo_information").then((x)=>{ let GetAGVTaskData = [] x.data.forEach(element => { let data = [ -- Gitblit v1.9.3