fix 开关状态显示问题

This commit is contained in:
jxxghp
2023-08-17 11:08:07 +08:00
parent 511ea625a1
commit 9dd1a97ba9
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -90,6 +90,10 @@ const statusItems = [
// 站点编辑表单数据
const siteForm = reactive<any>(cardProps.site ?? {})
// 类型转换
siteForm.proxy = siteForm.proxy === 1
siteForm.render = siteForm.render === 1
// 打开种子详情页面
function openTorrentDetail(page_url: string) {
window.open(page_url, '_blank')