fix .env.production
This commit is contained in:
@@ -86,7 +86,7 @@ const blurAllInputs = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
blurAllInputs()
|
|
||||||
// setTimeout(async () => {
|
// setTimeout(async () => {
|
||||||
// if (!userStore.isAuthorized) await router.push(`/login?back=${route.path}`)
|
// if (!userStore.isAuthorized) await router.push(`/login?back=${route.path}`)
|
||||||
// }, 1000)
|
// }, 1000)
|
||||||
@@ -102,7 +102,7 @@ onMounted(async () => {
|
|||||||
});
|
});
|
||||||
document.addEventListener('focusin', handleFocusIn)
|
document.addEventListener('focusin', handleFocusIn)
|
||||||
document.addEventListener('focusout', handleFocusOut)
|
document.addEventListener('focusout', handleFocusOut)
|
||||||
|
blurAllInputs()
|
||||||
if (tgApp.initData) {
|
if (tgApp.initData) {
|
||||||
try {
|
try {
|
||||||
tgApp.expand?.();
|
tgApp.expand?.();
|
||||||
|
|||||||
Reference in New Issue
Block a user