Commit 0ae56da6 by 李嘉林

feat: pageLeave

parent 6e279afb
......@@ -279,8 +279,8 @@ function trackPageLeave() {
let pageQuery = viewPageList[1].options;
let query = {
title: '',
location: pagePath, // 需要存上一个页面的
path: `${pagePath}${serialize(pageQuery)?('?'+serialize(pageQuery)):''}`,
location: `${pagePath}${serialize(pageQuery)?('?'+serialize(pageQuery)):''}`, // 需要存上一个页面的
path: pagePath,
sales: spokesmanId || "",
userId: userId || "",
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