类型:开发
描述:
This commit is contained in:
BIN
dist418new.zip
BIN
dist418new.zip
Binary file not shown.
@@ -48,8 +48,8 @@ export const useScenicStore = defineStore('scenic', () => {
|
||||
infoList: [
|
||||
{ name: '总通景路段', value: 0 },
|
||||
{ name: '通景路段拥堵', value: 0 },
|
||||
{ name: '通景拥堵开始时间', value: 0 },
|
||||
{ name: '拥堵持续时间', value: 0 }
|
||||
// { name: '通景拥堵开始时间', value: 0 },
|
||||
{ name: '拥堵总持续时间(分钟)', value: 0 }
|
||||
],
|
||||
data: {
|
||||
congestion: [],
|
||||
|
||||
@@ -104,6 +104,20 @@
|
||||
scenicSpotId: ''
|
||||
})
|
||||
)
|
||||
sendMessage(
|
||||
JSON.stringify({
|
||||
action: 'start',
|
||||
type: 'visitorInfo',
|
||||
scenicSpotId: ''
|
||||
})
|
||||
)
|
||||
sendMessage(
|
||||
JSON.stringify({
|
||||
action: 'start',
|
||||
type: 'admission',
|
||||
scenicSpotId: ''
|
||||
})
|
||||
)
|
||||
}
|
||||
}, 5000)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user