c***@126.com
c***@126.com
  • 发布:2023-08-14 18:59
  • 更新:2023-08-15 11:00
  • 阅读:360

【报Bug】使用uni-file-picker上传后导致登录信息失效

分类:uniCloud

产品分类: uniCloud/App

操作步骤:

我的表xiaoyi-nurse权限配置为:
"permission": {
"read": true,
"create": "null != auth.uid",
"update": "doc.user_id == auth.uid",
"delete": false
},

使用uni-file-picker上传后,点击提交修改,发现跳转到登录页。如果不上传文件,直接修改,则可以修改成功

预期结果:

我的表xiaoyi-nurse权限配置为:
"permission": {
"read": true,
"create": "null != auth.uid",
"update": "doc.user_id == auth.uid",
"delete": false
},

使用uni-file-picker上传后,点击提交修改,发现跳转到登录页。如果不上传文件,直接修改,则可以修改成功

实际结果:

我的表xiaoyi-nurse权限配置为:
"permission": {
"read": true,
"create": "null != auth.uid",
"update": "doc.user_id == auth.uid",
"delete": false
},

使用uni-file-picker上传后,点击提交修改,发现跳转到登录页。如果不上传文件,直接修改,则可以修改成功

bug描述:

我的表xiaoyi-nurse权限配置为:
"permission": {
"read": true,
"create": "null != auth.uid",
"update": "doc.user_id == auth.uid",
"delete": false
},

使用uni-file-picker上传后,点击提交修改,发现跳转到登录页。如果不上传文件,直接修改,则可以修改成功

2023-08-14 18:59 负责人:无 分享
已邀请:
DCloud_uniCloud_WYQ

DCloud_uniCloud_WYQ

实际执行的数据库操作语句贴出来看看

该问题目前已经被锁定, 无法添加新回复