Circuits...
Circuits Fido e Max Qta Fixed error eslint: 7.0.0 is OK
This commit is contained in:
@@ -67,6 +67,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
menuCollapse: true,
|
||||
leftDrawerOpen: false,
|
||||
rightDrawerOpen: false,
|
||||
rightNotifOpen: false,
|
||||
rightCartOpen: false,
|
||||
stateConnection: stateConnDefault,
|
||||
serverError: false,
|
||||
@@ -1675,7 +1676,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
myserv = window.location.host
|
||||
|
||||
if (process.env.DEBUGGING) {
|
||||
myserv = ' http://192.168.1.102:3000'; // 'http://192.168.1.54:3000'
|
||||
myserv = 'http://localhost:3000'; // 'http://192.168.1.54:3000'
|
||||
}
|
||||
|
||||
if (!myserv) {
|
||||
|
||||
Reference in New Issue
Block a user