style(trips): fix responsive layout

This commit is contained in:
Tran Anh Tuan
2025-09-29 12:04:55 +07:00
parent 2707b92f7e
commit 904028649c
7 changed files with 36 additions and 35 deletions

View File

@@ -1,7 +1,7 @@
const proxy: Record<string, any> = {
dev: {
'/api': {
target: 'http://192.168.30.85:9001',
target: 'http://192.168.30.102:81',
changeOrigin: true,
},
},