chartedit

This commit is contained in:
“yangqiao”
2024-12-31 11:00:37 +08:00
parent eb213af329
commit 8f8d45eb4c
5 changed files with 91 additions and 166 deletions

View File

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