From 161c265ed69fc7efb7f4abf8de15c4915d7c282d Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 15 九月 2023 14:41:01 +0800
Subject: [PATCH] 2个任务的时候 显示无任务图标

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

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

--
Gitblit v1.8.0