jiangping
2024-06-27 6b152bd561f64f01a5bb0a8cc9784dfa601a72d1
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);
        }
      }
    },