another fix
This commit is contained in:
parent
29ca98ca31
commit
33d26f8d37
1 changed files with 3 additions and 4 deletions
|
|
@ -51,10 +51,9 @@ const routes = [
|
|||
// If we have no query string, or we don't have the FmgPage query string.
|
||||
try {
|
||||
log("------------- router index.js beforeEnter start -----------------");
|
||||
log(" --to: ", JSON.stringify(to));
|
||||
log(" --from: ", JSON.stringify(from));
|
||||
log(" --next: ", JSON.stringify(next));
|
||||
log(" --cookie: ", JSON.stringify(getFunnelCookie()));
|
||||
log(" --to: ", to);
|
||||
log(" --from: ", from);
|
||||
log(" --cookie: ", getFunnelCookie());
|
||||
|
||||
await analyticsMixin.methods.validateSession();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue