From 15ecdbff4b711687db03bcc78538be42433c9633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E6=B4=81?= <209192278@qq.com> Date: Sun, 3 Dec 2023 20:19:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=93=E6=B4=81=20=EF=BC=9A=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite.config.js | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/vite.config.js b/vite.config.js index 9ac0d6b..12bb4b4 100644 --- a/vite.config.js +++ b/vite.config.js @@ -57,36 +57,6 @@ export default defineConfig({ strictPort: false, open: true, proxy: { - // '/api/custom': { - // // target: 'http://web-tunnel.feashow.com/api', - // target: 'http://192.168.31.175:8000', - // changeOrigin: true, - // rewrite: (path) => path.replace(/^\/api/, ''), - // }, - // '/api/admin': { - // target: 'http://web-tunnel.feashow.com/api', - // // target: 'http://192.168.31.175:8000', - // changeOrigin: true, - // rewrite: (path) => path.replace(/^\/api/, ''), - // }, - // '/api/auth': { - // target: 'http://web-tunnel.feashow.com/api', - // // target: 'http://192.168.31.175:8000', - // changeOrigin: true, - // rewrite: (path) => path.replace(/^\/api/, ''), - // }, - // '/api/log': { - // // target: 'http://web-tunnel.feashow.com/api', - // target: 'http://192.168.31.175:8000', - // changeOrigin: true, - // rewrite: (path) => path.replace(/^\/api/, ''), - // }, - // '/api/code-gen': { - // // target: 'http://web-tunnel.feashow.com/api', - // target: 'http://192.168.31.175:8000', - // changeOrigin: true, - // rewrite: (path) => path.replace(/^\/api/, ''), - // }, '/api': { target: 'http://web-tunnel.feashow.com/api', // target: 'http://192.168.31.175:8000',