mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 18:10:49 +08:00
fix
This commit is contained in:
@@ -157,6 +157,9 @@ function openSitePage() {
|
||||
|
||||
// 根据站点状态显示不同的状态图标
|
||||
const statColor = computed(() => {
|
||||
if (!siteStats.value){
|
||||
return 'secondary'
|
||||
}
|
||||
if (siteStats.value?.lst_state == 1){
|
||||
return 'error'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user