修复订单系统多项问题:Token认证、购物车、订单创建、发货功能等
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user