Commit 0ae56da6 by 李嘉林

feat: pageLeave

parent 6e279afb
...@@ -279,8 +279,8 @@ function trackPageLeave() { ...@@ -279,8 +279,8 @@ function trackPageLeave() {
let pageQuery = viewPageList[1].options; let pageQuery = viewPageList[1].options;
let query = { let query = {
title: '', title: '',
location: pagePath, // 需要存上一个页面的 location: `${pagePath}${serialize(pageQuery)?('?'+serialize(pageQuery)):''}`, // 需要存上一个页面的
path: `${pagePath}${serialize(pageQuery)?('?'+serialize(pageQuery)):''}`, path: pagePath,
sales: spokesmanId || "", sales: spokesmanId || "",
userId: userId || "", userId: userId || "",
lsdcode: getStoreInfo().offlineShopCode, lsdcode: getStoreInfo().offlineShopCode,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment