From 1caea0fdc7ed1788d854a2aba8853984b4494e01 Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期二, 24 六月 2025 09:56:28 +0800
Subject: [PATCH] 代码提交

---
 代码管理/成品库大屏/U01bigscreen/U01bigscreen/src/components/echart/centerLeft/centerLeft3Chart/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/\346\210\220\345\223\201\345\272\223\345\244\247\345\261\217/U01bigscreen/U01bigscreen/src/components/echart/centerLeft/centerLeft3Chart/index.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/\346\210\220\345\223\201\345\272\223\345\244\247\345\261\217/U01bigscreen/U01bigscreen/src/components/echart/centerLeft/centerLeft3Chart/index.vue"
index c6af487..9034ddd 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/\346\210\220\345\223\201\345\272\223\345\244\247\345\261\217/U01bigscreen/U01bigscreen/src/components/echart/centerLeft/centerLeft3Chart/index.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/\346\210\220\345\223\201\345\272\223\345\244\247\345\261\217/U01bigscreen/U01bigscreen/src/components/echart/centerLeft/centerLeft3Chart/index.vue"
@@ -29,8 +29,8 @@
   },
   methods: {
     getLocationlist(){
-      // axios.post("http://192.168.2.51:9290/api/Task/LEDloctionList ", null, "").then((res)=>{
-              axios.post("http://127.0.0.1:9290/api/Task/LEDloctionList ", null, "").then((res)=>{
+      axios.post("http://192.168.2.51:9290/api/Task/LEDloctionList ", null, "").then((res)=>{
+              // axios.post("http://127.0.0.1:9290/api/Task/LEDloctionList ", null, "").then((res)=>{
         if(res.data.status){
           var data=res.data.data;
           this.cdata.seriesData=[];

--
Gitblit v1.9.3