diff --git a/.DS_Store b/.DS_Store index 0a9fe69..b9ff8c5 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/build/index.html b/build/index.html index 94b8835..bc9eb26 100644 --- a/build/index.html +++ b/build/index.html @@ -8,7 +8,7 @@ NPCs - + diff --git a/src/layout/MainLayout.tsx b/src/layout/MainLayout.tsx index 905ec43..a4f7e4b 100755 --- a/src/layout/MainLayout.tsx +++ b/src/layout/MainLayout.tsx @@ -59,7 +59,7 @@ export default function MainLayout() { }
- +
说明 diff --git a/vite.config.ts b/vite.config.ts index 9694a1b..3ae5fe7 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -7,7 +7,7 @@ const apiRoutes = ["^/api/", "/health"]; import path from "path"; // Use environment variable to determine the target. // const target = process.env.VITE_PROXY_TARGET || "http://localhost:7860"; - const target = process.env.VITE_PROXY_TARGET || "http://npcall.ai:3101"; + const target = process.env.VITE_PROXY_TARGET || "http://npcall.ai:3003"; // const target = process.env.VITE_PROXY_TARGET || "http://172.30.40.241:7866"; const proxyTargets = apiRoutes.reduce((proxyObj, route) => {