Commit ba4343bf authored by 李苏's avatar 李苏 💬

权限数组

parent 27d8df53
......@@ -69,7 +69,7 @@
</view>
</view>
<view class="grid col-2 bg-white">
<view class="padding-sm" v-for="(item,index) in yrycList" :key="index" @tap="goPage(item.page)">
<view class="padding-sm" v-for="(item,index) in newyrycList" :key="index" @tap="goPage(item.page)">
<view class="radius text-center shadow-blur ">
<view class="cu-avatar lg "
:style="{background: 'url('+ item.icon + ') no-repeat',backgroundSize:'56upx 56upx'}">
......@@ -207,9 +207,7 @@
this.filterMenu(menu, 'gwjlList', 'newgwjlList')
this.filterMenu(menu, 'tpglList', 'newtpglList')
/* 开发,后端添加权限时删除该代码 */
this.filterMenu(menu, 'yrycList', 'newyrycList')
}
})
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment