qinyan 1 年之前
父节点
当前提交
564649e015
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/index/data.vue

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

@@ -18,7 +18,7 @@ export default {
   onLoad(e) {
   onLoad(e) {
     // console.error("e: ", e);
     // console.error("e: ", e);
     this.id = e.id;
     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();
     this.getData();
   },
   },