@jx3box/jx3box-common-ui 6.7.2 → 6.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/css/header.less +1 -1
- package/package.json +1 -1
- package/src/header/user.vue +6 -1
package/assets/css/header.less
CHANGED
package/package.json
CHANGED
package/src/header/user.vue
CHANGED
|
@@ -90,7 +90,6 @@
|
|
|
90
90
|
<div
|
|
91
91
|
class="c-header-panel c-header-manage"
|
|
92
92
|
id="c-header-manage"
|
|
93
|
-
v-if="isEditor"
|
|
94
93
|
@mouseenter="showManage = true"
|
|
95
94
|
@mouseleave="showManage = false"
|
|
96
95
|
>
|
|
@@ -98,6 +97,12 @@
|
|
|
98
97
|
<img class="u-add" svg-inline src="../../assets/img/header/manage.svg" />
|
|
99
98
|
</span>
|
|
100
99
|
<ul class="u-menu" v-show="showManage">
|
|
100
|
+
<li>
|
|
101
|
+
<a href="/team/role/group">我的团队</a>
|
|
102
|
+
</li>
|
|
103
|
+
<li>
|
|
104
|
+
<a href="/dashboard/cooperation">签约中心</a>
|
|
105
|
+
</li>
|
|
101
106
|
<li v-if="isAdmin">
|
|
102
107
|
<a href="/admin">站点配置</a>
|
|
103
108
|
</li>
|