mirror of
https://github.com/certd/certd.git
synced 2026-04-22 10:57:25 +08:00
chore:
This commit is contained in:
@@ -217,9 +217,9 @@ async function loadPluginGroups() {
|
||||
const pluginGroups = ref();
|
||||
onMounted(async () => {
|
||||
await userStore.loadUserInfo();
|
||||
await loadLatestVersion();
|
||||
await loadCount();
|
||||
await loadPluginGroups();
|
||||
loadLatestVersion();
|
||||
loadCount();
|
||||
loadPluginGroups();
|
||||
});
|
||||
|
||||
function openUpgradeUrl() {
|
||||
|
||||
Reference in New Issue
Block a user