TaleLin / lin-cms-vue

🔆 Vue+ElementPlus构建的CMS开发框架
http://doc.cms.talelin.com/
MIT License
2.81k stars 653 forks source link

在后台新加一个用户,登录后用户组还是超级管理员 #517

Closed NightMingGit closed 2 years ago

NightMingGit commented 3 years ago

重现步骤(可选):

期望的结果是什么?

实际的结果是什么?

vanoneang commented 3 years ago

添加用户时如果不选分组,默认是归为游客组,可以看下数据表的数据是否有什么异常。

NightMingGit commented 3 years ago

image 右上角的文字 我指的是,我看了好像是用户信息没有返回gropuname

NightMingGit commented 3 years ago

添加用户时如果不选分组,默认是归为游客组,可以看下数据表的数据是否有什么异常。

我截图了

gadfly3173 commented 2 years ago

https://github.com/TaleLin/lin-cms-vue/blob/c473df2db5fed465f938990399f2746cc9492983/src/component/layout/user.vue#L17-L29

https://github.com/TaleLin/lin-cms-vue/blob/fda48a96129b09d7824da83deef4b09d96c14f3d/src/component/layout/user.vue#L16-L28

这地方是vue3版加出来的,本来也没有。lin-cms本身角色也不是只能绑定单个的,不如还是删了

NightMingGit commented 2 years ago

https://github.com/TaleLin/lin-cms-vue/blob/c473df2db5fed465f938990399f2746cc9492983/src/component/layout/user.vue#L17-L29

https://github.com/TaleLin/lin-cms-vue/blob/fda48a96129b09d7824da83deef4b09d96c14f3d/src/component/layout/user.vue#L16-L28

这地方是vue3版加出来的,本来也没有。lin-cms本身角色也不是只能绑定单个的,不如还是删了

不要也行