Skip to content

Commit e398780

Browse files
author
shengyonggen
committed
增加自动获取openid,自动获取首次和最近一次来源
1 parent b802f29 commit e398780

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

sensorsdata.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1093,9 +1093,6 @@ function appLaunch(para) {
10931093
prop.$url_path = para.path;
10941094
}
10951095
// 暂时只解析传统网页渠道的query
1096-
1097-
para.query = {}
1098-
para.query.q = 'xxs?utm_source=3&sd=2';
10991096
if (para && _.isObject(para.query) && para.query.q) {
11001097
var utms = _.getUtm(para.query.q,'$','$latest_');
11011098
_.extend(prop, utms.pre1);

0 commit comments

Comments
 (0)