From 3a913e2c72a50f70d5102b2af122b8767dcf06f6 Mon Sep 17 00:00:00 2001 From: "382696293@qq.com" <382696293@qq.com> Date: Thu, 1 Feb 2024 15:44:00 +0800 Subject: [PATCH] revert --- flossom-ui/vue.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flossom-ui/vue.config.js b/flossom-ui/vue.config.js index a4b129d..b54bcc6 100644 --- a/flossom-ui/vue.config.js +++ b/flossom-ui/vue.config.js @@ -43,9 +43,9 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - // target: `http://110.41.134.131:8080`, + target: `http://110.41.134.131:8080`, // target: `http://localhost:8080`, - target: `http://192.168.10.147:8080`, + // target: `http://192.168.10.147:8080`, changeOrigin: true, pathRewrite: { ["^" + process.env.VUE_APP_BASE_API]: "",