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