sito Terra Della Visione...3

Pagina Operatori
This commit is contained in:
Paolo Arena
2022-05-27 01:33:39 +02:00
parent 5db16e441e
commit bb2604d430
100 changed files with 1725 additions and 843 deletions

View File

@@ -750,8 +750,8 @@ export const useGlobalStore = defineStore('GlobalStore', {
this.networkDataReceived = true
// console.log('******* checkUpdates RES :', res.data.cfgServer)
if (res.data.cfgServer) {
this.cfgServer = [...res.data.cfgServer]
if (res.data.CfgServer) {
this.cfgServer = [...res.data.CfgServer]
// console.log('res.data.cfgServer', res.data.cfgServer)
}