类型:开发

描述:
This commit is contained in:
2025-11-26 02:37:32 +08:00
parent 7edb14c031
commit caa474a5a9
9 changed files with 410 additions and 33 deletions

View File

@@ -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)