|
@@ -12,7 +12,6 @@
|
|
|
<!-- <meta property="og:image" content="http://example.com/image.jpg" /> -->
|
|
|
<!-- <meta property="og:description" content="Description Here" /> -->
|
|
|
<script>
|
|
|
- console.log('11111')
|
|
|
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS
|
|
|
.supports('top: constant(a)'))
|
|
|
document.write(
|
|
@@ -41,7 +40,7 @@
|
|
|
//注意:由于单页面路由改变时不会刷新页面,无法自动发送pv,所以对于单页应用,强烈建议您关闭自动PV, 手动控制PV事件
|
|
|
aplus_queue.push({
|
|
|
action: 'aplus.setMetaInfo',
|
|
|
- arguments: ['aplus-waiting', 'MAN']
|
|
|
+ // arguments: ['aplus-waiting', 'MAN']
|
|
|
});
|
|
|
//是否开启调试模式
|
|
|
aplus_queue.push({
|
|
@@ -54,8 +53,9 @@
|
|
|
//3. 业务方自己生成的随机id uuid
|
|
|
aplus_queue.push({
|
|
|
action: 'aplus.setMetaInfo',
|
|
|
- arguments: ['aplus-idtype', 'xxxx'] //取值参考见附表1
|
|
|
+ arguments: ['aplus-idtype', 'globalproperty'] //取值参考见附表1
|
|
|
});
|
|
|
+ console.log("11211")
|
|
|
/******************************************************************/
|
|
|
</script>
|
|
|
</head>
|