车船信息
This commit is contained in:
@@ -203,6 +203,7 @@
|
||||
otherLeftLabel.value = '其他酒店'
|
||||
otherRightLabel.value = '其他场馆'
|
||||
pubSub.publish('hotelChange', item)
|
||||
// console.log(item,'hotelChange')
|
||||
break
|
||||
}
|
||||
}
|
||||
@@ -235,11 +236,16 @@
|
||||
{ name: '交通', path: '/traffic' }
|
||||
]
|
||||
navRight.value = [
|
||||
{ name:'车船', path:'/vehicles'},
|
||||
{ name: '工单', path: '/workOrder' },
|
||||
{ name: '舆情', path: '/sentiment' },
|
||||
{ name: '酒店', path: '/hotel' }
|
||||
]
|
||||
break
|
||||
case '/vehicles':
|
||||
title.value = '车船信息'
|
||||
isBack.value = true
|
||||
break
|
||||
case '/scenic':
|
||||
otherLeftLabel.value = '其他景区'
|
||||
isSkip.value = false
|
||||
|
||||
Reference in New Issue
Block a user