MrShi
2024-11-12 5ec088f7b2c1281a1874ef6ba4e783a64acb8079
company/src/layouts/AppLayout.vue
@@ -47,7 +47,8 @@
      // 企业端用户设置水印
      if (this.userInfo.type === 1 || this.userInfo.type === 2) {
        if(this.userInfo.company && this.userInfo.company.name){
          Watermark.set(this.userInfo.company.name, this.$refs.containerS);
          Watermark.set(this.userInfo.showCompany.name, this.$refs.containerS);
          // Watermark.set(this.userInfo.company.name, this.$refs.containerS);
        }
      }
    },