feat:新增酒店页面
This commit is contained in:
@@ -168,7 +168,8 @@
|
||||
]
|
||||
navRight.value = [
|
||||
{ name: '工单', path: '/workOrder' },
|
||||
{ name: '舆情', path: '/sentiment' }
|
||||
{ name: '舆情', path: '/sentiment' },
|
||||
{ name: '酒店', path: '/hotel' }
|
||||
]
|
||||
break
|
||||
case '/scenic':
|
||||
@@ -246,6 +247,27 @@
|
||||
]
|
||||
isBack.value = true
|
||||
break
|
||||
|
||||
case '/hotel':
|
||||
title.value = '酒店管理'
|
||||
isSkip.value = false
|
||||
current.vlaue = ''
|
||||
isBack.value = true
|
||||
navLeft.value = [
|
||||
{
|
||||
name: '酒店一'
|
||||
},
|
||||
{
|
||||
name: '酒店二'
|
||||
},
|
||||
{
|
||||
name: '酒店三'
|
||||
},
|
||||
{
|
||||
name: '酒店四'
|
||||
}
|
||||
]
|
||||
break
|
||||
}
|
||||
}
|
||||
watch(
|
||||
|
||||
Reference in New Issue
Block a user