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" }