修改bug
This commit is contained in:
@@ -235,6 +235,8 @@ export function changeLocation(val) {
|
|||||||
return '漫画'
|
return '漫画'
|
||||||
case 6:
|
case 6:
|
||||||
return '小说'
|
return '小说'
|
||||||
|
case 14:
|
||||||
|
return '瑟图'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -263,7 +265,12 @@ export function locationList() {
|
|||||||
{
|
{
|
||||||
label: '小说',
|
label: '小说',
|
||||||
value: 6
|
value: 6
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
label: '涩图',
|
||||||
|
value: 14
|
||||||
|
},
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
export function videoLocationList() {
|
export function videoLocationList() {
|
||||||
|
|||||||
Reference in New Issue
Block a user