pull/330/head
xiaojunnuo 2025-01-22 15:43:37 +08:00
parent a773872cf3
commit 398323533a
1 changed files with 3 additions and 3 deletions

View File

@ -217,9 +217,9 @@ async function loadPluginGroups() {
const pluginGroups = ref(); const pluginGroups = ref();
onMounted(async () => { onMounted(async () => {
await userStore.loadUserInfo(); await userStore.loadUserInfo();
await loadLatestVersion(); loadLatestVersion();
await loadCount(); loadCount();
await loadPluginGroups(); loadPluginGroups();
}); });
function openUpgradeUrl() { function openUpgradeUrl() {