chore: 批量提交未提交的更改

This commit is contained in:
2026-04-08 22:40:21 +08:00
parent 59503d05a5
commit f4f8aab22a
13 changed files with 275 additions and 316 deletions
+1 -5
View File
@@ -314,11 +314,7 @@ const getScriptSummary = (script) => {
return '暂无摘要'
}
onMounted(async () => {
await store.fetchUserProfile()
await store.fetchEvents()
await store.fetchScripts()
})
// 数据已在主页面预加载,无需重复加载
</script>
<style scoped>