ui update

This commit is contained in:
akrike
2025-08-31 20:37:11 +08:00
parent c32db8c8f6
commit d42b89cc8b
5 changed files with 18 additions and 30 deletions

View File

@@ -39,7 +39,7 @@ export default defineConfig({
},
proxy: {
"/api": {
target: "http://xcon.top:8797",
target: "http://127.0.0.1:8797",
changeOrigin: true,
rewrite: (path) => path.replace(/^\/sdApi/, ""),
},