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