From ec4ebe015cf7cd495074937f2e98c183e5084833 Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" <123456> Date: Tue, 6 Jun 2023 10:45:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=B5=E5=BB=BA=E6=B8=AC=E8=A9=A6=E5=88=86?= =?UTF-8?q?=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index faecc216..16a8d419 100644 --- a/vite.config.js +++ b/vite.config.js @@ -12,7 +12,7 @@ export default ({ mode, command }) => { port: 2888, proxy: { '/api': { - target: 'http://localhost:13000', + target: 'http://192.168.2.110:9999', //target: 'http://test3.javablade.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''),