From 900c05a42a717e78363cf8d0db46ef2cf3d945c1 Mon Sep 17 00:00:00 2001 From: 18500206848 Date: Sun, 31 Mar 2024 22:10:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A6=81=E6=8F=90=E4=BA=A4=E8=BF=99?= =?UTF-8?q?=E4=B8=AA=E6=96=87=E4=BB=B6=E4=BA=86=EF=BC=8C=E5=9B=BA=E5=AE=9A?= =?UTF-8?q?=E8=BF=99=E6=A0=B7=E5=90=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 55781c4..e4e5e2c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,8 +3,7 @@ module.exports = { port: 1887, proxy: { '/api': { - target: 'https://dy12333.org.cn/api/', // 内网 - // target: 'http://192.168.1.109:8000', // 本地测试 + target: 'http://localhost:8000', ws: true, pathRewrite: { '^/api': '/'