From 04b13a0cdb319ccddc9ec3d4ec6cd3fd11c6eda6 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期四, 14 九月 2023 17:26:09 +0800
Subject: [PATCH] 面板 样式修改  工序+第一次的倒计时修改为 闪+工序运行时间

---
 vue.config.js |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index ee75c91..29d8342 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -66,8 +66,10 @@
         ws: true,
         changeOrigin: true,
       },
-      "/v1/task": {
-        target: "http://192.168.20.120:8003",
+      "/v1/": {
+        target: "http://127.0.0.1:8003",
+       
+        // target: "http://192.168.20.120:8003",
         ws: true,
         changeOrigin: true,
       },

--
Gitblit v1.8.0