From b133f992572d5c35687cf9d55a14f4f9fa53f8bc Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期五, 10 五月 2024 17:58:33 +0800
Subject: [PATCH] feat:新增补考按钮

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

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

--
Gitblit v1.8.0