|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
<template v-for="(item, index) in roles">
|
|
|
|
|
<a-menu-item :key="item.name" v-if="item.path != '' && item.level < 3">
|
|
|
|
|
<router-link :to="{ name: item.name }">
|
|
|
|
|
<a-icon :type="item.icon" />
|
|
|
|
|
<i class="iconfont f12 mr8" :class="item.icon"/>
|
|
|
|
|
<a-badge dot v-if="myStatisticRedDot && item.name == 'myStatistic'">
|
|
|
|
|
<span class="nav-text" v-text="item.title"></span>
|
|
|
|
|
</a-badge>
|
|
|
|
|
@ -26,7 +26,7 @@
|
|
|
|
|
</a-menu-item>
|
|
|
|
|
<a-sub-menu :key="item.name" v-if="item.path == ''">
|
|
|
|
|
<span slot="title">
|
|
|
|
|
<a-icon :type="item.icon" />
|
|
|
|
|
<i class="iconfont f12 mr8" :class="item.icon"/>
|
|
|
|
|
<span v-text="item.title"></span>
|
|
|
|
|
</span>
|
|
|
|
|
<a-menu-item-group>
|
|
|
|
|
@ -52,7 +52,7 @@
|
|
|
|
|
<img :src="userbaseInfo.imgSrc" class="mr4" style="border-radius:50%;width:24px;height:24px;" alt v-else />
|
|
|
|
|
{{ userbaseInfo.userName }}
|
|
|
|
|
</span>
|
|
|
|
|
<div class="loginbox" slot="overlay">
|
|
|
|
|
<div class="loginbox backTable" slot="overlay">
|
|
|
|
|
<div class="tal">
|
|
|
|
|
<img :src="userbaseInfo.imgSrc" alt v-if="userbaseInfo.imgSrc !== ''" style="border-radius:50%;width:24px;height:24px;" />
|
|
|
|
|
<span v-else class="iconfont icon-morentouxiang avatar"></span>
|
|
|
|
|
@ -117,7 +117,7 @@ export default {
|
|
|
|
|
parentId: '',
|
|
|
|
|
name: ' dashboard',
|
|
|
|
|
url: ' ',
|
|
|
|
|
icon: 'dashboard',
|
|
|
|
|
icon: 'icon-yibiaopan',
|
|
|
|
|
component: '',
|
|
|
|
|
path: '',
|
|
|
|
|
title: '仪表盘',
|
|
|
|
|
@ -157,7 +157,7 @@ export default {
|
|
|
|
|
parentId: '',
|
|
|
|
|
name: ' teammanagement',
|
|
|
|
|
url: ' ',
|
|
|
|
|
icon: 'dashboard',
|
|
|
|
|
icon: 'icon-tuanduiguanli',
|
|
|
|
|
component: '',
|
|
|
|
|
path: '',
|
|
|
|
|
title: '团队管理',
|
|
|
|
|
|