From 601fc718a66fd207220617e1be8bb754610314a7 Mon Sep 17 00:00:00 2001 From: suixy <2277317060@qq.com> Date: Tue, 20 Jan 2026 15:17:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8E=E5=8F=B0=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 8ce45c7..f785165 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,8 +7,8 @@ module.exports = defineConfig({ // detail: https://cli.vuejs.org/config/#devserver-proxy '/prod-api': { // target: `http://175.27.215.92:8899/prod-api`, - target: `http://192.168.0.13:9081`, - // target: `http://1.13.177.47:8899/prod-api`, + // target: `http://192.168.0.13:9081`, + target: `http://1.13.177.47:8899/prod-api`, changeOrigin: true, pathRewrite: { ["^" + '/prod-api']: "", },