34 lines
1.5 KiB
HTML
34 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<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>
|
|
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|