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