PASSAGGIO A VITE !
AGG. 1.1.23
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { serv_constants } from '@store/Modules/serv_constants'
|
||||
|
||||
import { tools } from '@store/Modules/tools'
|
||||
import { tools } from '@tools'
|
||||
import { Logo } from '../../components/logo'
|
||||
import { CTitleBanner } from '../../components/CTitleBanner'
|
||||
|
||||
import { defineComponent, ref, reactive } from 'vue'
|
||||
import { useI18n } from '@src/boot/i18n'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
import { useUserStore } from '@store/UserStore'
|
||||
import { useGlobalStore } from '@store/globalStore'
|
||||
import { useQuasar } from 'quasar'
|
||||
@@ -73,7 +73,7 @@ export default defineComponent({
|
||||
if ($route.query.email) {
|
||||
form.email = $route.query.email.toString()
|
||||
}
|
||||
form.idapp = process.env.APP_ID ? process.env.APP_ID : '1'
|
||||
form.idapp = tools.getEnv('VITE_APP_ID') ? tools.getEnv('VITE_APP_ID') : '1'
|
||||
|
||||
console.log(form)
|
||||
userStore.resetpwd(form)
|
||||
|
||||
Reference in New Issue
Block a user