Kaynağa Gözat

暂时提交

flower_mr 1 hafta önce
ebeveyn
işleme
e868e11b55

+ 1 - 1
src/views/bottomLeft/chart/index.tsx

@@ -22,7 +22,7 @@ export default defineComponent({
           token: token,
         });
 
-        const url = "http://192.168.31.105:8008/bound/batch/count/";
+        const url = "http://192.168.18.200:8008/bound/batch/count/";
         const response = await fetch(url, {
           method: "GET",
           headers: headers,

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

@@ -24,7 +24,7 @@ export default defineComponent({
           token: token,
         });
 
-        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,

+ 1 - 1
src/views/centerLeft1/index.vue

@@ -73,7 +73,7 @@ export default {
           token: this.token,
         });
 
-        const url = "http://192.168.31.105:8008/reportcenter/batchLog/";
+        const url = "http://192.168.18.200:8008/reportcenter/batchLog/";
         const response = await fetch(url, {
           method: "GET",
           headers: headers,

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

@@ -67,7 +67,7 @@ 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.18.200:8008/container/wcs_task/";
         const response = await fetch(url, {
           method: "GET",

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

@@ -51,7 +51,9 @@
 
         <div class="body-box">
           <!-- 第三行数据 -->
-          <div class="content-box">
+          <!-- <div class="content-box"> -->
+          <div class="bototm-box">
+
             <div>
               <dv-border-box-12>
                 <center-left1 />
@@ -63,9 +65,9 @@
               </dv-border-box-12>
             </div> -->
             <!-- 中间 -->
-            <div>
+            <!-- <div>
               <center />
-            </div>
+            </div> -->
             <!-- 中间 -->
             <!-- <div>
               <center-right1 />