类型:开发
描述:
This commit is contained in:
@@ -10,9 +10,8 @@
|
||||
:key="index"
|
||||
@click="handleNav(index)"
|
||||
>
|
||||
<!-- <span v-if="!params.businessScenicArea && index == 0"> 核心路段 </span> -->
|
||||
<span>
|
||||
{{ item.dictLabel }}
|
||||
{{ item }}
|
||||
</span>
|
||||
</div>
|
||||
<div
|
||||
@@ -518,7 +517,7 @@ const getVideoList = async (val) => {
|
||||
if (val == 3) {
|
||||
params.businessVideoDisplayPosition = ''
|
||||
} else {
|
||||
params.businessVideoDisplayPosition = navList.value[current.value].dictValue
|
||||
params.businessVideoDisplayPosition = navList.value[current.value]
|
||||
}
|
||||
|
||||
let res = await getVideoListApi(params)
|
||||
|
||||
Reference in New Issue
Block a user