@@ -85,7 +85,7 @@ router.beforeEach((to, from, next) => {
const loginPath = "/login/" + localStorage.getItem("domain");
if (to.path) {
- window._hmt.push(["_trackPageview", to.fullPath]);
+ window._hmt.push(["_trackPageview", "/oe" + to.fullPath]);
}
if (to.path.match(/^\/login\/.+$/)) {