zhuo
2025-03-19 cc8da3c68c347ac93459bc9f3547356c84fe61f6
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