"permission": {
"read": true,
"create": "'fwzx_leader' in auth.role && 'fwzxch_CREATE' in auth.permission",
"update": true,
"delete": "'fwzx_leader' in auth.role && 'fwzxch_DELETE' in auth.permission"
},在开发者工具中测试的时候,清除所有缓存之后,可以正常使用,但是预览手机端、pc端都不行,线上小程序使用时,重新退出登录还是出问题 cannot read properties of undefined(reading ‘role’)读取不到用户角色,这该怎么解决
2***@qq.com
- 发布:2024-12-20 10:13
- 更新:2024-12-20 10:13
- 阅读:19
在数据库中给新增删除设置了角色权限之后,在上线的小程序上使用时报错cannot read properties of undefined(reading ‘role’)
分类:uni-app
0 个回复