fix bug#3948

This commit is contained in:
wwt 2025-03-21 15:32:39 +08:00
parent 982adc3f4b
commit 8d82024a1e

View File

@ -219,8 +219,7 @@ onLoad(()=> {
groupStore.$reset() groupStore.$reset()
}) })
onUnload(()=> { onUnload(()=> {
groupName.value = ''; resetGroupInfo();
groupActiveIndex.value = -1;
}) })
onMounted(() => { onMounted(() => {
handleSetWebviewStyle() handleSetWebviewStyle()