This commit is contained in:
2025-01-20 10:03:22 +08:00
parent 4c18bc54b8
commit ce347a77c1
15 changed files with 2565 additions and 733 deletions

View File

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