RuoYi
2022-12-23 7c258f8e7e9385c573a44de1c90bc985070a82a3
src/store/modules/user.js
@@ -40,7 +40,7 @@
              this.roles = res.roles
              this.permissions = res.permissions
            } else {
              this.setRoutes = ['ROLE_DEFAULT']
              this.roles = ['ROLE_DEFAULT']
            }
            this.name = user.userName
            this.avatar = avatar;