From 8c3eaeddeff2c9c5a92352e6bf830e5000ff5882 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 03 十二月 2024 12:16:11 +0800
Subject: [PATCH] 附件最多上传10个

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

diff --git a/vue.config.js b/vue.config.js
index 1aa204f..eb70b65 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -19,9 +19,9 @@
     hotOnly: false,
     proxy: {
       '/api': {
-        target: 'http://192.168.3.87:8085',
+        // target: 'http://192.168.3.87:8085',
         // target: 'http://192.168.3.88:8085',
-        // target: 'http://localhost:8085',
+        target: 'http://localhost:8085',
         changeOrigin: true
       }
     }

--
Gitblit v1.8.0