aggiornamenti su PCB

This commit is contained in:
Surya Paolo
2024-10-22 15:27:00 +02:00
parent 335f5c6529
commit 54410ef5c9
291 changed files with 359 additions and 3289 deletions

View File

@@ -1513,11 +1513,14 @@ export const useUserStore = defineStore('UserStore', {
},
async setGlobal(router: Router, isLogged: boolean) {
console.log('setGlobal', isLogged)
const globalStore = useGlobalStore()
console.log('setGlobal (logged=', isLogged, ')', globalStore.getServerHost())
const todos = useTodoStore()
const projects = useProjectStore()
try {
// this.isLogged = true
if (isLogged) {