@@ -18,7 +18,7 @@ export default {
onLoad(e) {
// console.error("e: ", e);
this.id = e.id;
- this.url = `https://show.3dqueen.cloud/stat.html?id==${e.id}`;
+ this.url = `https://show.3dqueen.cloud/stat/h5.html#/count?id=${e.id}`;
this.getData();
},