commit
This commit is contained in:
parent
7c02d08938
commit
429d12f94d
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ const routes = [
|
|||
name: 'root',
|
||||
async beforeEnter(to, from, next) {
|
||||
try {
|
||||
to.query.issPage = !to.query.issPage ? issPageValues.VEHICLE_YEAR : to.query.issPage;
|
||||
to.query.issPage = !to.query.issPage ? issPageValues.WELCOME_PAGE : to.query.issPage;
|
||||
|
||||
if (analyticsMixin.methods.noSession()) {
|
||||
await analyticsMixin.methods.initSession();
|
||||
|
|
|
|||
Loading…
Reference in a new issue