Browse Source

权限控制

dev
巴林闲侠 2 years ago
parent
commit
3f0f844212
  1. 2
      weapp/src/pages/user/index.jsx

2
weapp/src/pages/user/index.jsx

@ -69,7 +69,7 @@ const Index = ({ ...props }) => {
</View>
{
judgeRight('WXPATROLREPOR') ?
judgeRight('WXPATROLREPORT') ?
<View className='box' onClick={isSuperAdmin ? () => toPatrolReport('patrol') : () => toMyReport('patrol')}>
<Image className='box-img' src={reportImg} />
<View className='box-txt'>

Loading…
Cancel
Save