Merge branch 'master' of https://gitee.com/wjl2008_admin/tougao_web into zy-email

This commit is contained in:
2025-01-18 13:38:23 +08:00
8 changed files with 181 additions and 47 deletions

View File

@@ -636,10 +636,12 @@ export default {
}
},
created() {
if(this.$route.meta.hideSidebar){
this.collapse=false
if(!this.$route.meta.hideSidebar){
this.collapse=true
}
}else{
this.collapse=false
}
localStorage.setItem('collapse', this.collapse);
if (this.userrole == 2) {
//其余的身份(显示作者)