From f902777f03a29625a4a2857d1e75de4615d8f86a Mon Sep 17 00:00:00 2001 From: uiujun Date: Fri, 27 Jun 2025 18:08:27 +0800 Subject: [PATCH] 1 --- .umirc.ts | 3 ++- gencode.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.umirc.ts b/.umirc.ts index 18cf97e..11c9635 100644 --- a/.umirc.ts +++ b/.umirc.ts @@ -14,7 +14,8 @@ export default defineConfig({ }, proxy: { '/api/': { - target: 'http://yt:8003', + // target: 'http://yt:8003', + target: 'http://10.39.13.80:8003', // target: 'https://loanos-test.nchl.net/', changeOrigin: true, pathRewrite: { '^': '' }, diff --git a/gencode.json b/gencode.json index 6f8de3f..28807af 100644 --- a/gencode.json +++ b/gencode.json @@ -1,4 +1,4 @@ { - "url": "http://yt:8003/api/docs/openapi", + "url": "http://10.39.13.80:8003/api/docs/openapi", "module": "Admin" }