dashboard-shell-shell 3.0.5-test.2 → 3.0.5-test.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.
|
@@ -80,7 +80,7 @@ export default {
|
|
|
80
80
|
ctx: this,
|
|
81
81
|
showImportModal: false,
|
|
82
82
|
showSearchModal: false,
|
|
83
|
-
userIcon: require('
|
|
83
|
+
userIcon: require('@shell/assets/images/logo.png'),
|
|
84
84
|
};
|
|
85
85
|
},
|
|
86
86
|
|
|
@@ -548,7 +548,6 @@ export default {
|
|
|
548
548
|
|
|
549
549
|
<!-- ===== 左侧 logo 区域 ===== -->
|
|
550
550
|
<div class="menu-spacer">
|
|
551
|
-
|
|
552
551
|
<!-- 如果是单产品模式且不是 RancherInHarvester,就显示 logo 路由跳转 -->
|
|
553
552
|
<router-link
|
|
554
553
|
v-if="isSingleProduct && !isRancherInHarvester"
|
|
@@ -556,9 +555,9 @@ export default {
|
|
|
556
555
|
>
|
|
557
556
|
|
|
558
557
|
<!-- 显示用户头像或 logo 图片 -->
|
|
559
|
-
|
|
558
|
+
<img
|
|
560
559
|
:src="userIcon"
|
|
561
|
-
>
|
|
560
|
+
>
|
|
562
561
|
</router-link>
|
|
563
562
|
</div>
|
|
564
563
|
|
package/package.json
CHANGED