YM
2024-05-17 67d22fb0aeb9fe90b766abae0e41cb04aebc1296
src/books/childHealth/view/index.vue
@@ -60,7 +60,6 @@
        }
      };
      this.MG.store.getProductDetail(query).then((res) => {
        console.log("图书信息", res.datas);
        this.$data.bookData = res.datas;
        this.$store.commit("setRootCmsItemId", res.datas.rootCmsItemId);
      });
@@ -102,15 +101,6 @@
              y: e.y
            });
          }
          console.log("选中的文字", {
            chapterNum,
            txt,
            selection,
            node,
            page,
            x: e.x,
            y: e.y
          });
        }
      } else {
        if (this.$store.state.qiankun.windowSelection) {