feat:完善功能

This commit is contained in:
zjc
2025-01-26 01:27:56 +08:00
parent fd726ead46
commit 21fb9a9c59
11 changed files with 165 additions and 23 deletions

View File

@@ -79,6 +79,18 @@ export const useHomeStore = defineStore('home', () => {
spotInfo: []
})
// 车船信息
// {
// car: {
// count: 0,
// info: [],
// list: []
// },
// ship: {
// count: 0,
// info: [],
// list: []
// }
// }
let carShipData = ref(null)
// 酒店数据
let hotelData = ref(null)