@@ -146,8 +146,9 @@ watch(() => [noticeStore.isInitialized, route.name], ([isInitialized, routeName]
message.index = 0
message.show = true
noticeStore.updateNoticeReaded(message.dataList[0].autoid)
- noticeStore.setUninitialized()
}
+
+ noticeStore.setUninitialized()
})
@@ -55,6 +55,7 @@ const shouldShowSplash = () => {
if ((currentTimestamp - storageTimestamp) > intervalMillisecond) {
state.showSplash = true
+ localStorage.setItem('splash_timestamp', currentTimestamp.toString())