From c39e8c412edd35f2c26004ef35ccbe0ff2c7f3ab Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" Date: Thu, 28 Dec 2023 00:03:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80=E3=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vite.config.js b/vite.config.js index 4685999b..13187224 100644 --- a/vite.config.js +++ b/vite.config.js @@ -28,8 +28,8 @@ export default ({ mode, command }) => { // sst // target: 'http://192.168.10.200:13000', // target: 'http://192.168.10.29:13000', - // target: 'http://h5uapi.huitongys.com', - target: 'http://test.api.huitongys.com', + target: 'http://h5uapi.huitongys.com', + // target: 'http://test.api.huitongys.com', changeOrigin: true, rewrite: path => path.replace(/^\/api/, ''), },