diff --git a/.umirc.ts b/.umirc.ts index d3645b3..4701b29 100644 --- a/.umirc.ts +++ b/.umirc.ts @@ -14,7 +14,9 @@ export default defineConfig({ }, proxy: { '/api/': { - target: 'http://we6f9c65.natappfree.cc', + // target: 'http://yt:8003', + target: 'http://10.39.13.80:8003', + // target: 'http://we6f9c65.natappfree.cc', // target: 'https://loanos-test.nchl.net/', changeOrigin: true, pathRewrite: { '^': '' }, diff --git a/gencode.json b/gencode.json index 1a714e9..f9cf29c 100644 --- a/gencode.json +++ b/gencode.json @@ -1,4 +1,5 @@ { - "url": "http://we6f9c65.natappfree.cc/api/docs/openapi", + "url": "http://10.39.13.80:8003/api/docs/openapi", + // "url": "http://we6f9c65.natappfree.cc/api/docs/openapi", "module": "Admin" }