From 840e55adc10d028710de98aef0218cd4f68302af Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期二, 13 六月 2023 15:21:46 +0800
Subject: [PATCH] 部门修改

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

diff --git a/vue.config.js b/vue.config.js
index 43e9f92..2284dab 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -19,7 +19,7 @@
     hotOnly: false,
     proxy: {
       '/api': {
-        target: 'http://localhost:8000',
+        target: 'http://192.168.3.228:8000',
         changeOrigin: true
       }
     }

--
Gitblit v1.8.0