fix isAppRunning

This commit is contained in:
Surya Paolo
2022-12-20 10:58:55 +01:00
parent 3aaa94c33e
commit 2a97456c0f
17 changed files with 57 additions and 36 deletions

View File

@@ -103,6 +103,8 @@ export default defineComponent({
userStore.signin($router, signin.value)
.then((riscode: any) => {
console.log('signin FINITO CALL: riscode=', riscode)
tools.checkApp()
if ($q.screen.lt.sm) {
globalStore.setleftDrawerOpen(false)
}