调整火车票修改逻辑

This commit is contained in:
tangxinyue 2026-03-04 17:05:48 +08:00
parent bf692f48e5
commit b77ee8073d
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ const data = reactive({
hotelInfo: true
},
app: '12306',
STORAGE_KEY: 'ticketInfo'
STORAGE_KEY: 'ticketsInfo'
})
let { app } = toRefs(data)