初步开发完成

This commit is contained in:
xsl
2026-01-26 23:45:58 +08:00
parent 1fe6708e11
commit 989a0227c7
58 changed files with 150371 additions and 217 deletions
+2 -2
View File
@@ -11,10 +11,10 @@ export default defineConfig({
},
},
server: {
port: 3000,
port: 8189,
proxy: {
'/api': {
target: 'http://localhost:5000',
target: 'http://localhost:8188',
changeOrigin: true,
},
},