From eb42fc2e83abbd8d30595b089fe64599b1e6af9a Mon Sep 17 00:00:00 2001 From: PQZ Date: Tue, 15 Apr 2025 11:51:33 +0800 Subject: [PATCH] 1 --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 8afb50b..21a527d 100644 --- a/vue.config.js +++ b/vue.config.js @@ -36,7 +36,7 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - target: `http://localhost:8080`, + target: `http://localhost:8081`, changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''