From 69a3d62c3ebc5f6b72fed0732cdee052d7f2eeca Mon Sep 17 00:00:00 2001 From: zhangjf Date: Sun, 15 Feb 2026 16:21:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=89=8D=E7=AB=AF=E8=81=94=E8=B0=83?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=20-=20Vite=E4=BB=A3=E7=90=86=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=94=AF=E6=8C=81/sys/cust/proj=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fund-admin/vite.config.js | 13 ++++++++++--- fundplatform | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/fund-admin/vite.config.js b/fund-admin/vite.config.js index 51542e4..d72d0b8 100644 --- a/fund-admin/vite.config.js +++ b/fund-admin/vite.config.js @@ -13,10 +13,17 @@ export default defineConfig({ server: { port: 5173, proxy: { - '/api': { + '/sys': { target: 'http://localhost:8080', - changeOrigin: true, - rewrite: (path) => path.replace(/^\/api/, '') + changeOrigin: true + }, + '/cust': { + target: 'http://localhost:8080', + changeOrigin: true + }, + '/proj': { + target: 'http://localhost:8080', + changeOrigin: true } } } diff --git a/fundplatform b/fundplatform index 8154bef..a4482f3 160000 --- a/fundplatform +++ b/fundplatform @@ -1 +1 @@ -Subproject commit 8154bef0f1553ebb3536f9f3d1d85c8e9e4a706f +Subproject commit a4482f39227ac242cf393f09d581ba1945d0142a