From f053c272d7a555f6e58ec9f90ec9bb97cef5b3cb Mon Sep 17 00:00:00 2001
From: p-honggang.li <p-honggang.li@pcitc.com>
Date: 星期三, 03 九月 2025 16:58:49 +0800
Subject: [PATCH] Merge branch 'master' of http://xearth.cn:6600/r/web-manage/web-manage

---
 vite.config.ts |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/vite.config.ts b/vite.config.ts
index 497f4c7..7bdfd99 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -17,10 +17,10 @@
 const viteConfig = ({ mode }: ConfigEnv): UserConfig => {
   let proxy: Record<string, string | ProxyOptions> = {}
   proxy = {
-    '/api/test': {
+    '/api/report': {
       target: 'http://36.133.126.111:7099',
       changeOrigin: true,
-      rewrite: (path) => path.replace(/^\/api\/test/, '/api'),
+      // rewrite: (path) => path.replace(/^\/api/, '/'),
     },
     '/api': {
       // target: 'http://192.168.0.38:8088', // 鏉�
@@ -77,7 +77,7 @@
         '@': path.resolve(__dirname, './src'),
       },
     },
-    base: '/manage/',
+    base: '/trade/',
     server: {
       host: '0.0.0.0',
       port: 1000,

--
Gitblit v1.8.0