自动滚动

This commit is contained in:
2026-04-22 12:11:42 +08:00
parent 04947ea112
commit e9e1e5b342
2 changed files with 58 additions and 24 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ export default defineConfig({
server: {
proxy: {
"/api": {
target: "http://127.0.0.1:8080",
target: "http://192.168.13.105",
changeOrigin: true,
},
},