MrShi
2024-11-11 0da56b9186b6c63a587c36c2f3a1b30329281d28
company/src/layouts/AppLayout.vue
@@ -45,8 +45,10 @@
    mounted() {
      // 企业端用户设置水印
      if (this.userInfo.type === 1) {
      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);
        }
      }
    },