Ver 0.2.8

Added msg Server error in every pages
Nuovo Gruppo non funziona.
Corretto altre funzioni del Gruppo
Errore del server" Network Error", fare pagina test con altri host per vedere se da lo stesso msg, con IP
This commit is contained in:
paoloar77
2022-02-22 15:24:16 +01:00
parent 3f81f85bd4
commit f717702d67
30 changed files with 407 additions and 216 deletions

View File

@@ -221,6 +221,8 @@ export interface IGlobalState {
rightCartOpen: boolean
category: string
stateConnection: string
serverError: boolean
serverMsgError: any
networkDataReceived: boolean
clickcmd?: string
cfgServer: ICfgServer[]
@@ -256,6 +258,7 @@ export interface IGlobalState {
TIMER_STATE: number
URL_RITORNA: string
URL_RESTORE: string
serverHost?: string
levels: ILevel[],
adtypes: IAdType[],
adtypegoods: IAdType[],