This commit is contained in:
“yangqiao”
2025-02-16 21:27:02 +08:00
parent f912c98e16
commit 45d8686d2f
17 changed files with 127 additions and 47 deletions

View File

@@ -8,7 +8,7 @@ export default defineConfig({
host: '0.0.0.0',
proxy: {
'/matagent': {
target: 'http://47.121.220.134:8000',
target: 'http://159.75.91.126:8000',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/matagent/, '/matagent')
}