🎨 Optimized error handling

This commit is contained in:
2025-06-02 22:57:11 +08:00
parent a516b8973e
commit 77bd15bed7
9 changed files with 354 additions and 274 deletions

View File

@@ -7,8 +7,8 @@ const configStore = useConfigStore();
// 应用启动时加载配置
onMounted(async () => {
await configStore.initializeLanguage();
await configStore.initConfig();
await configStore.initializeLanguage();
});
</script>