Merge branch 'develop' of ssh://code.juyouwu.cn:2222/pay/pay-admin into develop

* 'develop' of ssh://code.juyouwu.cn:2222/pay/pay-admin:
  1
This commit is contained in:
zsqtony 2025-06-30 13:42:19 +08:00
commit 5c244d1a72
2 changed files with 5 additions and 2 deletions

View File

@ -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: { '^': '' },

View File

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