Crunchy
2025-04-29 e5454b769d44a34af423bf87ac8a740bf8c20341
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