qinyan 1 year ago
parent
commit
564649e015
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/index/data.vue

+ 1 - 1
src/pages/index/data.vue

@@ -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();
   },