Some small cleanup. Tried Plugin and have abandoned.
This commit is contained in:
@@ -115,7 +115,7 @@ router.beforeEach(async (to) => {
|
||||
const isPublic = publicPages.includes(to.path);
|
||||
const appStore = useAppStore();
|
||||
let return_path = "/start";
|
||||
console.log(isPublic);
|
||||
|
||||
if (isPublic) {
|
||||
switch (appStore.condition) {
|
||||
case "uninitialized":
|
||||
|
||||
Reference in New Issue
Block a user