Persistent bug on console log solved

This commit is contained in:
Eudes Inácio
2022-04-26 15:19:48 +01:00
parent d5e6bbca2f
commit d9eea2605a
4 changed files with 35 additions and 31 deletions
@@ -16,5 +16,8 @@
"sound" "sound"
] ]
} }
},
"server": {
"url": "http://192.168.137.1:8100"
} }
} }
+2 -1
View File
@@ -252,6 +252,7 @@ export class AgendaPage implements OnInit {
//this.getFromDB(); //this.getFromDB();
setTimeout(() =>{
const pathname = window.location.pathname const pathname = window.location.pathname
let realoadCounter = 0 let realoadCounter = 0
this.router.events.forEach((event) => { this.router.events.forEach((event) => {
@@ -276,7 +277,7 @@ export class AgendaPage implements OnInit {
this.cloneAllmobileComponent(); this.cloneAllmobileComponent();
} }
}; };
}, 1000)
} }
//Go to the next view of the calendar month/week/day //Go to the next view of the calendar month/week/day
+2 -2
View File
@@ -68,9 +68,9 @@ export class HeaderPage implements OnInit {
} }
update() { update() {
setInterval(() => { /* setInterval(() => {
this.notificationLengthData(); this.notificationLengthData();
}, 5000) }, 5000) */
} }
+6 -6
View File
@@ -21,12 +21,12 @@
export const environment = { export const environment = {
production: false, production: false,
apiURL: 'https://gabinetedigital.dyndns.info/GabineteDigital.Services/V5/api/', //apiURL: 'https://gabinetedigital.dyndns.info/GabineteDigital.Services/V5/api/',
//apiURL: 'http://gpr-dev-01.gabinetedigital.local/GabineteDigital.Services/V5/api/', apiURL: 'http://gpr-dev-01.gabinetedigital.local/GabineteDigital.Services/V5/api/',
apiChatUrl: 'https://gabinetedigitalchat.dyndns.info/api/v1/', //apiChatUrl: 'https://gabinetedigitalchat.dyndns.info/api/v1/',
apiWsChatUrl: 'wss://gabinetedigitalchat.dyndns.info/websocket', //apiWsChatUrl: 'wss://gabinetedigitalchat.dyndns.info/websocket',
//apiChatUrl: 'https://www.tabularium.pt/api/v1/', apiChatUrl: 'https://www.tabularium.pt/api/v1/',
//apiWsChatUrl: 'wss://www.tabularium.pt/websocket', apiWsChatUrl: 'wss://www.tabularium.pt/websocket',
domain: 'gabinetedigital.local', //gabinetedigital.local domain: 'gabinetedigital.local', //gabinetedigital.local
defaultuser: 'paulo.pinto@gabinetedigital.local',//paulo.pinto paulo.pinto@gabinetedigital.local defaultuser: 'paulo.pinto@gabinetedigital.local',//paulo.pinto paulo.pinto@gabinetedigital.local
defaultuserpwd: 'tabteste@006', //tabteste@006, defaultuserpwd: 'tabteste@006', //tabteste@006,