This commit is contained in:
akrike
2025-08-13 22:48:03 +08:00
parent 5de8b45b2f
commit 37748ecb7f
20 changed files with 7568 additions and 103 deletions

View File

@@ -38,8 +38,8 @@ export default defineConfig({
usePolling: true,
},
proxy: {
"/sdApi": {
target: "http://me.yunrobot.cn:7860",
"/api": {
target: "http://xcon.top:8797",
changeOrigin: true,
rewrite: (path) => path.replace(/^\/sdApi/, ""),
},