Skip to content

Commit e50bef7

Browse files
committed
🐞 fix: 有问题,要改回来
1 parent f55fbb8 commit e50bef7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/layout/AppLayout.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ watchEffect(() => {
9797
statusStore.mainContentHeight = contentHeight.value;
9898
});
9999
100-
onMounted(() => {
101-
init();
100+
onMounted(async () => {
101+
await init();
102102
if (!isElectron) {
103103
window.addEventListener("beforeunload", (event) => {
104104
event.preventDefault();

0 commit comments

Comments
 (0)