Commit f5a0f49f by zeyang

1.增加轨迹追踪

parent ad8e33bb
...@@ -4,5 +4,6 @@ export const environment = { ...@@ -4,5 +4,6 @@ export const environment = {
ORIGINNAME: 'https://m.zuihuibi.cn/ydapi', ORIGINNAME: 'https://m.zuihuibi.cn/ydapi',
DOMAINNAME: 'https://m.zuihuibi.cn/', DOMAINNAME: 'https://m.zuihuibi.cn/',
BAIDU_TONGJI_CODE: '36b1eb7eec3b5dac9f97d887092b5b27', BAIDU_TONGJI_CODE: '36b1eb7eec3b5dac9f97d887092b5b27',
SFPPROJECTURL:'https://sfp.cffp.org.cn' SFPPROJECTURL:'https://sfp.cffp.org.cn',
CLARITYCODE:'kra2yg0pv1'
}; };
...@@ -7,5 +7,6 @@ export const environment = { ...@@ -7,5 +7,6 @@ export const environment = {
ORIGINNAME: 'https://mstage.zuihuibi.cn/ydapi', ORIGINNAME: 'https://mstage.zuihuibi.cn/ydapi',
DOMAINNAME: 'https://mstage.zuihuibi.cn/', DOMAINNAME: 'https://mstage.zuihuibi.cn/',
BAIDU_TONGJI_CODE: '84be9b9eaaca51048f32bb160ccad2e6', BAIDU_TONGJI_CODE: '84be9b9eaaca51048f32bb160ccad2e6',
SFPPROJECTURL:'https://mstage.zuihuibi.cn' SFPPROJECTURL:'https://mstage.zuihuibi.cn',
CLARITYCODE:'kq5dncwp44'
}; };
...@@ -10,5 +10,6 @@ export const environment = { ...@@ -10,5 +10,6 @@ export const environment = {
DOMAINNAME: 'https://mdev.zuihuibi.cn/', DOMAINNAME: 'https://mdev.zuihuibi.cn/',
BAIDU_TONGJI_CODE: 'e8fa107d82e0471d097d545225aeed64', BAIDU_TONGJI_CODE: 'e8fa107d82e0471d097d545225aeed64',
// SFPPROJECTURL:'http://localhost:5173' // SFPPROJECTURL:'http://localhost:5173'
SFPPROJECTURL:'https://mdev.zuihuibi.cn' SFPPROJECTURL:'https://mdev.zuihuibi.cn',
CLARITYCODE:'kq5dncwp44'
}; };
...@@ -38,6 +38,16 @@ ...@@ -38,6 +38,16 @@
margin: 20px auto 15px auto; margin: 20px auto 15px auto;
} }
</style> </style>
<script type="text/javascript">
let code='';
console.log(window.location.host);
code=window.location.host=='m.zuihuibi.cn'?'kra2yg0pv1':'kq5dncwp44';
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", code);
</script>
</head> </head>
<body> <body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment