From 82379f6ff9ddc28abb2a0e46bc97090ec049b6e9 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期二, 07 五月 2024 11:55:51 +0800
Subject: [PATCH] 新增人员状态、状态描述展示、设置操作

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

diff --git a/vue.config.js b/vue.config.js
index a9437ad..38cfd13 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -19,7 +19,8 @@
     hotOnly: false,
     proxy: {
       '/api': {
-        target: 'http://192.168.3.64:8000',
+        // target: 'http://80.36.32.171:8085',
+        target: 'http://localhost:8085',
         changeOrigin: true
       }
     }

--
Gitblit v1.8.0