From 33d26f8d37ff4d6cec76c9651a335725cadfdac5 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Fri, 15 Nov 2024 12:24:03 -0500 Subject: [PATCH] another fix --- src/router/index.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 29971bb0a..f7a7a6050 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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();