This commit is contained in:
2025-01-17 19:29:43 +08:00
parent ea5e5d2fc4
commit be0805c45a
9 changed files with 1720 additions and 389 deletions

View File

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