zhongshujie
2024-12-31 94a9af59326ef3b76bc77ad16f369bc0083849fc
src/books/aviationEtiquette/view/components/index.vue
@@ -53,7 +53,7 @@
    computed: {
      fontSize() {
        this.transformDom(this.$store.state.qiankun.fontSize)
        return this.$store.state.qiankun.fontSize ? this.$store.state.qiankun.fontSize : 16;
        return this.$store.state.qiankun.fontSize ? this.$store.state.qiankun.fontSize : 17;
      },
      pageZoom() {
        return this.$store.state.qiankun.scale ? this.$store.state.qiankun.scale / 100 : 1;
@@ -156,8 +156,8 @@
      }, 500);
  
      // 测试页面跳转
      // setTimeout(() => {
      //   this.gotoPage(3, 92);
      setTimeout(() => {
        this.gotoPage(5, 146);
      //   setTimeout(() => {
      //     this.renderSign("Highlight", {
      //       id: "2ACA9359",
@@ -171,7 +171,7 @@
      //     ids: ["2ACA9359"]
      //   });
      // }, 2000);
      // }, 500);
      }, 500);
  
      // const pageDom = (this.container ? this.container : document)
      //   .querySelector("#app")