Browse Source

现场版本

flower 1 month ago
parent
commit
8aa500c623
2 changed files with 5 additions and 4 deletions
  1. 2 1
      src/views/bottomRight/chart/index.tsx
  2. 3 3
      src/views/centerRight2/index.vue

+ 2 - 1
src/views/bottomRight/chart/index.tsx

@@ -24,7 +24,8 @@ export default defineComponent({
           token: token,
         });
 
-        const url = "http://192.168.31.105:8008/reportcenter/bigScreen/day/";
+        // const url = "http://192.168.31.105:8008/reportcenter/bigScreen/day/";
+        const url = "http://192.168.18.200:8008/reportcenter/bigScreen/day/";
         const response = await fetch(url, {
           method: "GET",
           headers: headers,

+ 3 - 3
src/views/centerRight2/index.vue

@@ -43,7 +43,7 @@ export default {
         oddRowBGC: "#0f1325",
         evenRowBGC: "#171c33",
         index: true,
-        columnWidth: [5,75,150],
+        columnWidth: [10,75,150],
         align: ["center", "center", "center", "center", "center"],
       },
       intervalId: null,
@@ -67,8 +67,8 @@ export default {
           token: this.token,
         });
 
-        const url = "http://192.168.31.105:8008/container/wcs_task/";
-        // const url = "http://192.168.18.200:8008/container/wcs_task/";
+        // const url = "http://192.168.31.105:8008/container/wcs_task/";
+        const url = "http://192.168.18.200:8008/container/wcs_task/";
         const response = await fetch(url, {
           method: "GET",
           headers: headers,