update
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-10-12 15:57:59 +08:00
parent 4335ffb1e1
commit 87d2b828a1
9 changed files with 63 additions and 21 deletions

View File

@@ -30,10 +30,10 @@ watch(
(isAuthed) => {
if (!isAuthed) {
// 如果用户未登录禁用WebSocket功能
console.warn('用户未登录WebSocket配置更新功能已禁用')
console.warn("用户未登录WebSocket配置更新功能已禁用")
}
},
{ immediate: true }
{ immediate: true },
)
const testcaseColumns: DataTableColumn<Testcase>[] = [