From f66a3edbf08da194d576af01b38881090b78e50f Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 26 六月 2024 13:49:41 +0800 Subject: [PATCH] 班级学员新增bug --- vue.config.js | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index cc6f74c..2e3c632 100644 --- a/vue.config.js +++ b/vue.config.js @@ -19,8 +19,7 @@ hotOnly: false, proxy: { '/api': { - // target: 'http://localhost:8000', - target: 'http://192.168.3.64:8000', + target: 'http://localhost:8000', changeOrigin: true } } -- Gitblit v1.8.0