From fa11faa07eb31e9dda4ae48d6ba4b2fc32190b3b Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期二, 14 五月 2024 17:28:24 +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 2e10ff2..38cfd13 100644 --- a/vue.config.js +++ b/vue.config.js @@ -19,7 +19,8 @@ hotOnly: false, proxy: { '/api': { - target: 'http://80.36.32.171:8085', + // target: 'http://80.36.32.171:8085', + target: 'http://localhost:8085', changeOrigin: true } } -- Gitblit v1.8.0