fix functions existing and delete
This commit is contained in:
@@ -21,7 +21,7 @@ onMounted(() => {
|
||||
|
||||
const forwardToPage = async () => {
|
||||
await nextTick();
|
||||
const lastRoute = sessionStorage.getItem('lastRoute') || '/members';
|
||||
const lastRoute = localStorage.getItem('lastRoute') || '/members';
|
||||
await router.push(lastRoute);
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user