公交周边地铁线路不能选择bug修复

This commit is contained in:
francis_fh
2026-02-03 18:51:50 +08:00
parent 78a61ef42a
commit 58a113b34d
2 changed files with 42 additions and 6 deletions

View File

@@ -680,7 +680,7 @@ const rangeOptions = ref([
{ value: 0, text: '推荐' },
{ value: 1, text: '最热' },
{ value: 2, text: '最新发布' },
{ value: 3, text: '疆外' },
// { value: 3, text: '疆外' },
{ value: 4, text: '零工市场' }
]);
const isLoaded = ref(false);