- pagine RISO

This commit is contained in:
Surya Paolo
2025-12-05 17:56:05 +01:00
parent a51bc5a8a2
commit 5d35930dc8
338 changed files with 11275 additions and 5578 deletions

View File

@@ -1,15 +1,15 @@
// import something here
// import { isEqual } from 'lodash'
// import { ProgressBar } from '@src/store/Modules/Interface'
// import { ProgressBar } from '@/store/Modules/Interface'
// import { UserStore } from "@store"
// @ts-ignore
import { boot } from 'quasar/wrappers'
import { useGlobalStore } from '@src/store/globalStore';
import { useUserStore } from '@src/store/UserStore';
import { tools } from '@src/store/Modules/tools';
import { useGlobalStore } from '@/store/globalStore';
import { useUserStore } from '@/store/UserStore';
import { tools } from '@/store/Modules/tools';
export default boot(({ app, router }) => {
// ******************************************
@@ -35,7 +35,7 @@ export default boot(({ app, router }) => {
globalStore.editOn = tools.getCookie('edn_' + pageKey, '0') === '1'
}
} catch(e) {
}
next()
@@ -53,10 +53,10 @@ export default boot(({ app, router }) => {
//} else {
// next()
//}
// Continue with the navigation
});
/* router.beforeEach((to, from, next) => {