mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 10:00:08 +08:00
fix bug
This commit is contained in:
@@ -203,9 +203,9 @@ async function getPluginDashboard(id: string) {
|
||||
dashboardConfigs.value[index] = res
|
||||
} else {
|
||||
dashboardConfigs.value.push(res)
|
||||
// 排序
|
||||
sortDashboardConfigs()
|
||||
}
|
||||
// 排序
|
||||
sortDashboardConfigs()
|
||||
// 定时刷新
|
||||
if (res.attrs?.refresh) {
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user