|
@@ -21,14 +21,14 @@
|
|
>
|
|
>
|
|
<view class="listItemLeft" v-if="item.type != 'line'">
|
|
<view class="listItemLeft" v-if="item.type != 'line'">
|
|
<view class="leftImg">
|
|
<view class="leftImg">
|
|
- <u-icon :name="item.icon" size="36" :color="item.color" ></u-icon>
|
|
|
|
|
|
+ <u-icon custom-prefix="xd-icon" :name="item.icon" size="36" :color="item.color"></u-icon>
|
|
</view>
|
|
</view>
|
|
<text>{{ item.title }}</text>
|
|
<text>{{ item.title }}</text>
|
|
</view>
|
|
</view>
|
|
<view v-if="item.type != 'line'">
|
|
<view v-if="item.type != 'line'">
|
|
<text class="number">{{ item.number }}</text>
|
|
<text class="number">{{ item.number }}</text>
|
|
<text class="banbenhao">{{ item.banbenhao }}</text>
|
|
<text class="banbenhao">{{ item.banbenhao }}</text>
|
|
- <u-icon name="arrow-right" size="24" color="#999" ></u-icon>
|
|
|
|
|
|
+ <u-icon name="icon-xian-11" custom-prefix="xd-icon" size="30" color="#888888"></u-icon>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -49,14 +49,14 @@ export default {
|
|
title: '员工信息',
|
|
title: '员工信息',
|
|
auth: true,
|
|
auth: true,
|
|
url: '/pages/userCenter/personInfo',
|
|
url: '/pages/userCenter/personInfo',
|
|
- icon: 'account-fill',
|
|
|
|
|
|
+ icon: 'tarenxundian',
|
|
color: '#55aaff'
|
|
color: '#55aaff'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '修改密码',
|
|
title: '修改密码',
|
|
auth: true,
|
|
auth: true,
|
|
url: '/pages/userCenter/changePwd',
|
|
url: '/pages/userCenter/changePwd',
|
|
- icon: 'lock-fill',
|
|
|
|
|
|
+ icon: 'mimaxiugai',
|
|
color: '#ffaa7f'
|
|
color: '#ffaa7f'
|
|
},
|
|
},
|
|
{ type: 'line', auth: true },
|
|
{ type: 'line', auth: true },
|
|
@@ -64,14 +64,14 @@ export default {
|
|
title: '关于我们',
|
|
title: '关于我们',
|
|
auth: true,
|
|
auth: true,
|
|
url: '/pages/userCenter/aboutUs',
|
|
url: '/pages/userCenter/aboutUs',
|
|
- icon: 'question-circle-fill',
|
|
|
|
|
|
+ icon: 'guanyuwomen1',
|
|
color: '#55aaff'
|
|
color: '#55aaff'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '用户协议及隐私保护政策',
|
|
title: '用户协议及隐私保护政策',
|
|
auth: true,
|
|
auth: true,
|
|
url: '/pages/login/userAuthYs',
|
|
url: '/pages/login/userAuthYs',
|
|
- icon: 'info-circle-fill',
|
|
|
|
|
|
+ icon: 'xieyi1',
|
|
color: '#00aa00'
|
|
color: '#00aa00'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -79,7 +79,7 @@ export default {
|
|
auth: true,
|
|
auth: true,
|
|
banbenhao: curVer.version,
|
|
banbenhao: curVer.version,
|
|
fun: 'getVersion',
|
|
fun: 'getVersion',
|
|
- icon: 'checkmark-circle-fill',
|
|
|
|
|
|
+ icon: 'banben',
|
|
color: '#ffaa7f'
|
|
color: '#ffaa7f'
|
|
},
|
|
},
|
|
{ type: 'line', auth: true },
|
|
{ type: 'line', auth: true },
|
|
@@ -87,7 +87,7 @@ export default {
|
|
title: '退出登录',
|
|
title: '退出登录',
|
|
auth: true,
|
|
auth: true,
|
|
fun: 'quitOutSys',
|
|
fun: 'quitOutSys',
|
|
- icon: 'play-right-fill',
|
|
|
|
|
|
+ icon: 'tuichuxitong',
|
|
color: '#ff0000'
|
|
color: '#ff0000'
|
|
}
|
|
}
|
|
],
|
|
],
|