Notifications
Settings Notifications User Panel
This commit is contained in:
@@ -42,7 +42,7 @@ export default defineComponent({
|
||||
})
|
||||
}
|
||||
|
||||
watch(() => userStore.isLogged,(to, from) => {
|
||||
watch(() => userStore.isLogged || finishLoading.value,(to, from) => {
|
||||
myroutes.value = []
|
||||
myroutes.value = static_data.routes
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user