修改bug

This commit is contained in:
mac
2026-03-21 12:44:04 +08:00
parent 87012ec839
commit 9872f33da6
+8 -1
View File
@@ -235,6 +235,8 @@ export function changeLocation(val) {
return '漫画'
case 6:
return '小说'
case 14:
return '瑟图'
}
}
@@ -263,7 +265,12 @@ export function locationList() {
{
label: '小说',
value: 6
}
},
{
label: '涩图',
value: 14
},
]
}
export function videoLocationList() {