RuoYi
2023-06-30 7b8d2db756ffd3f6129036549d1fe1c41b66a206
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;