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();