MrShi
2024-04-17 b79a39d92db3baae7c3c8587e2858561bec0d6ca
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);
        }
      }
    },