- aggiornamento con proj RISO. postcss, pwa.
This commit is contained in:
@@ -36,8 +36,6 @@ import MixinBase from '@src/mixins/mixin-base'
|
||||
|
||||
import { fieldsTable } from '@store/Modules/fieldsTable'
|
||||
|
||||
import { addToDate } from '@quasar/quasar-ui-qcalendar'
|
||||
|
||||
import { lists } from '@store/Modules/lists'
|
||||
import { costanti } from '@store/Modules/costanti'
|
||||
import { copyToClipboard, date, Screen, useQuasar, colors, Cookies, scroll } from 'quasar'
|
||||
@@ -64,7 +62,8 @@ import type { AxiosResponse } from 'axios';
|
||||
import { default as Axios } from 'axios'
|
||||
import { PayloadMessageTypes } from '@src/common'
|
||||
import { useNotifStore } from '@store/NotifStore'
|
||||
import { isDimensionToken } from 'html2canvas/dist/types/css/syntax/parser'
|
||||
|
||||
const { t } = i18n.global;
|
||||
|
||||
export interface INotify {
|
||||
color?: string
|
||||
@@ -72,7 +71,6 @@ export interface INotify {
|
||||
icon?: string
|
||||
}
|
||||
|
||||
const { t } = i18n.global;
|
||||
|
||||
export const tools = {
|
||||
CAN_EDIT: 'q-ce',
|
||||
@@ -89,6 +87,12 @@ export const tools = {
|
||||
COOK_SEARCH: 'SEARCH_',
|
||||
COOK_SELCART: 'SELCART_',
|
||||
COOK_SELGAS: 'SELGAS',
|
||||
COOK_TABORD: 'TABORD',
|
||||
COOK_TABPAGES: 'TABPAGES',
|
||||
COOK_SHOWCODICE: 'SHOWCOD',
|
||||
COOK_SHOWCAT: 'SHOWCAT',
|
||||
COOK_SHOWCODE: 'SHOW_WC',
|
||||
COOK_SHOWORDPROD: 'SHOWORDPROD',
|
||||
COOK_TAB_CIRCUIT: 'TAB_CIRC',
|
||||
COOK_COSA_PRODOTTI: 'PROD_N',
|
||||
COOK_MAP_CENTER_LAT: 'MAP_LAT',
|
||||
@@ -4121,7 +4125,6 @@ export const tools = {
|
||||
|
||||
SignIncheckErrors(mythisq: any, $router: Router, route: any, riscode: any, ispageLogin?: boolean) {
|
||||
console.log('SignIncheckErrors: ', riscode)
|
||||
const $q = useQuasar()
|
||||
//T_TOLTO
|
||||
|
||||
|
||||
@@ -4245,6 +4248,7 @@ export const tools = {
|
||||
const msg2 = t('fetch.errore_generico') + userStore.getMsgError(riscode)
|
||||
this.showNotif(mythisq, msg2)
|
||||
} else if (riscode === this.OK) {
|
||||
console.log('VAI A SIGNIN:')
|
||||
$router.replace('/signin')
|
||||
/*this.showNotif(mythisq, t('components.authentication.email_verification.link_sent', { botname: t('ws.botname') }), {
|
||||
color: 'green',
|
||||
|
||||
Reference in New Issue
Block a user