- pagine RISO
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user