Some small cleanup. Tried Plugin and have abandoned.

This commit is contained in:
Matthew Aaron Raymer
2022-12-17 18:28:53 +08:00
parent 4a407b43ae
commit 05e969fbc4
2 changed files with 2 additions and 2 deletions

View File

@@ -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":