YM
2024-05-31 39c8d350f28f23e256900a2f32f64233e36c44d9
src/books/childHealth/view/content/index.vue
@@ -341,6 +341,10 @@
    // 渲染标记
    renderSign(type, data) {
      // 父层设置禁止渲染标记时不再进行渲染
      if (this.$store.state.qiankun.disableSign) {
        return false;
      }
      const existence = (
        this.container ? this.container : document
      ).querySelector(`[dataid="${data.id}"]`);