| | |
| | | |
| | | mounted() { |
| | | // 企业端用户设置水印 |
| | | if (this.userInfo.type === 1) { |
| | | Watermark.set(this.userInfo.company.name, this.$refs.containerS); |
| | | if (this.userInfo.type === 1 || this.userInfo.type === 2) { |
| | | if(this.userInfo.company && this.userInfo.company.name){ |
| | | Watermark.set(this.userInfo.showCompany.name, this.$refs.containerS); |
| | | // Watermark.set(this.userInfo.company.name, this.$refs.containerS); |
| | | } |
| | | } |
| | | }, |
| | | |
| | |
| | | |
| | | display: flex; |
| | | // overflow: hidden; |
| | | overflow: scroll; |
| | | overflow: hidden; |
| | | // 左边菜单 |
| | | .el-aside { |
| | | width: $menu-width !important; |