Skip to content

Commit b7fc241

Browse files
committed
更新场景值,其中1001场景值说明做了修改
1 parent e417927 commit b7fc241

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sensorsdata_conf.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ var conf = {
1616
// 是否自动采集如下事件(建议开启)
1717
autoTrack:{
1818
//$MPLaunch -> App onLaunch
19-
appLaunch:false,
19+
appLaunch: true,
2020
//$MPShow -> App onShow
21-
appShow:false,
21+
appShow: true,
2222
//$MPHide -> App onHide
23-
appHide:false,
23+
appHide: true,
2424
//$MPViewScreen -> page onShow
25-
pageShow:false,
25+
pageShow: true,
2626
//$MPShare -> page onShareMessage
27-
pageShare: false
27+
pageShare: true
2828
}
2929
};
3030

0 commit comments

Comments
 (0)