|
@@ -45,17 +45,16 @@ export default {
|
|
|
const curVer = getApp().globalData.version;
|
|
|
return {
|
|
|
list: [
|
|
|
- { type: 'line', auth: true },
|
|
|
{
|
|
|
title: '个人信息',
|
|
|
- auth: true,
|
|
|
+ auth: this.$hasPermissions("M_userInfoView_mobile"),
|
|
|
url: '/pages/userCenter/personInfo',
|
|
|
icon: 'tarenxundian',
|
|
|
color: '#55aaff'
|
|
|
},
|
|
|
{
|
|
|
title: '修改密码',
|
|
|
- auth: true,
|
|
|
+ auth: this.$hasPermissions("M_editUserPws_mobile"),
|
|
|
url: '/pages/userCenter/changePwd',
|
|
|
icon: 'mimaxiugai',
|
|
|
color: '#ff5500'
|