【修改】maidian
This commit is contained in:
@@ -6,6 +6,22 @@
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico">-->
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
<script>
|
||||
(function(w, d, s, q) {
|
||||
w[q] =w[q] || [];
|
||||
var f=d.getElementsByTagName(s)[0],j=d.createElement(s);
|
||||
j.async=true;
|
||||
j.id='beacon-aplus';
|
||||
j.src='https://o.alicdn.com/QTSDK/quicktracking-sdk/qt_web.umd.js';
|
||||
f.parentNode.insertBefore(j, f);
|
||||
})(window, document, 'script', 'aplus_queue');
|
||||
//集成应用的appKey
|
||||
aplus_queue.push({ action: 'aplus.setMetaInfo', arguments: ['appKey', '54x8kny36dp66gbiqngsdnmu'] })
|
||||
|
||||
//如果是私有云部署还需要在上面那段JS后面紧接着添加日志域名埋点
|
||||
//通常私有云日志服务端域名类似于:xxx-web-api.xxx.com.cn, 具体域名在“管理控制台-采集信息”模块中获取
|
||||
aplus_queue.push({ action: 'aplus.setMetaInfo', arguments: ['aplus-rhost-v', 'https://api-ubtas.faw-vw.com'] });
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
||||
Reference in New Issue
Block a user