This commit is contained in:
uiujun 2025-06-27 18:08:27 +08:00
parent 13d5ca8d11
commit f902777f03
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,8 @@ export default defineConfig({
}, },
proxy: { proxy: {
'/api/': { '/api/': {
target: 'http://yt:8003', // target: 'http://yt:8003',
target: 'http://10.39.13.80:8003',
// target: 'https://loanos-test.nchl.net/', // target: 'https://loanos-test.nchl.net/',
changeOrigin: true, changeOrigin: true,
pathRewrite: { '^': '' }, pathRewrite: { '^': '' },

View File

@ -1,4 +1,4 @@
{ {
"url": "http://yt:8003/api/docs/openapi", "url": "http://10.39.13.80:8003/api/docs/openapi",
"module": "Admin" "module": "Admin"
} }