支付宝下单和其他细节优化

This commit is contained in:
xuxin
2026-05-21 15:10:02 +08:00
parent 39bf8548df
commit 1637ee5bbc
33 changed files with 1511 additions and 232 deletions
+2 -1
View File
@@ -37,7 +37,8 @@ export default defineConfig({
host: '0.0.0.0',
proxy: {
'/api': {
target: 'http://127.0.0.1:8080',
// target: 'http://192.168.31.133:8080',
target: 'http://127.0.0.1:8080',
changeOrigin: true,
},
'/ai-api': {