Commit f210bdf1 authored by wang's avatar wang

收集环境

parent 23cd883a
......@@ -516,8 +516,8 @@ try {
res['PX12419'] = n;
res['canvas'] = d2;
res['ua'] = navigator.userAgent
fetch('http://lcc.unififi.com/env/px/pxmouse', {
debugger
fetch('https://stage.unififi.com/env/px/pxmouse', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
......@@ -531,7 +531,7 @@ try {
}
setTimeout(function () {
rs("60_sec_rest");
}, 6e4);
}, 10000);
} catch (e) {
debugger
}
\ No newline at end of file
......@@ -1713,7 +1713,7 @@ try {
Object.assign(res, t[j])
}
// console.log(JSON.stringify(res))
fetch('http://lcc.unififi.com/env/px/env', {
fetch('https://stage.unififi.com/env/px/env', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
......@@ -1742,7 +1742,7 @@ try {
let data = JSON.stringify(points);
points = [];
fetch('http://lcc.unififi.com/env/px/mouse', {
fetch('https://stage.unififi.com/env/px/mouse', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
......
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