spring
2025-03-25 f3371fc9c33f979bd2b00e3241769a27c9c79c38
src/components/UpPdfStamp/index.vue
@@ -125,7 +125,6 @@
    // 渲染章
    drawStamps(x, y, index) {
      var img = new Image();
      console.log(this.stampsName)
      // 设置图片源
      img.src = require("@/assets/stamps/" + this.stampsName + ".png"); // 替换为你的图片链接
      let that = this