k94314517
2024-04-09 02bc3bfe47e3d5311a0bb041c94e70a34b1ca73c
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);
        }
      }
    },