Skip to content

Commit 1d75290

Browse files
author
shengyonggen
committed
增加latest场景址
1 parent e212893 commit 1d75290

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sensorsdata.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,7 +1279,7 @@ function appLaunch(para) {
12791279
sa.registerApp(utms.pre2);
12801280
}
12811281
prop.$scene = _.getMPScene(para.scene);
1282-
//sa.registerApp({$latest_scene : prop.$scene});
1282+
sa.registerApp({$latest_scene : prop.$scene});
12831283

12841284

12851285
if (sa.para.autoTrack && sa.para.autoTrack.appLaunch) {
@@ -1308,7 +1308,7 @@ function appShow(para) {
13081308

13091309
prop.$scene = _.getMPScene(para.scene);
13101310

1311-
//sa.registerApp({$latest_scene : prop.$scene});
1311+
sa.registerApp({$latest_scene : prop.$scene});
13121312

13131313
if (sa.para.autoTrack && sa.para.autoTrack.appShow) {
13141314
sa.autoTrackCustom('appShow', prop, '$MPShow');

0 commit comments

Comments
 (0)