feat:完善功能
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user