From 90ba6e548d220eac174b187ae3a0aa9fb3b12359 Mon Sep 17 00:00:00 2001 From: bai <173792339@qq.com> Date: Sun, 11 Aug 2024 19:09:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 9b6c82a..a143eed 100644 --- a/vue.config.js +++ b/vue.config.js @@ -35,7 +35,7 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - target: `http://47.102.200.142/prod-api`, + target: `http://47.102.200.142`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''