修复订单系统多项问题:Token认证、购物车、订单创建、发货功能等

This commit is contained in:
王子琦
2026-02-10 12:24:34 +08:00
parent f48acbe97b
commit 02b48c0250
26 changed files with 1801 additions and 59 deletions

View File

@@ -12,6 +12,10 @@ export default defineConfig({
server: {
port: 3000,
proxy: {
'/upload': {
target: 'http://localhost:8080',
changeOrigin: true
},
'/api': {
target: 'http://localhost:8080',
changeOrigin: true