qdt-admin-layout 1.1.39 → 1.1.41
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/package.json
CHANGED
|
@@ -64,11 +64,11 @@ export default {
|
|
|
64
64
|
return (
|
|
65
65
|
<div
|
|
66
66
|
title="大屏可视化"
|
|
67
|
-
class="
|
|
67
|
+
class="user-dropdown-reference"
|
|
68
68
|
on-click={() => this.handleLargeScreen()}
|
|
69
69
|
>
|
|
70
|
-
<span class="
|
|
71
|
-
<span class="
|
|
70
|
+
<span class="username">大屏可视化</span>
|
|
71
|
+
<span class="username shu">|</span>
|
|
72
72
|
</div>
|
|
73
73
|
);
|
|
74
74
|
},
|
|
@@ -80,6 +80,7 @@ export default {
|
|
|
80
80
|
message = {},
|
|
81
81
|
userinfo = {},
|
|
82
82
|
dowload = {},
|
|
83
|
+
clearBrowserCache = {},
|
|
83
84
|
} = headerMutations;
|
|
84
85
|
const { username } = headerGetters;
|
|
85
86
|
|
|
@@ -137,11 +138,18 @@ export default {
|
|
|
137
138
|
<span class="username shu">|</span>
|
|
138
139
|
|
|
139
140
|
<i
|
|
140
|
-
style="color:#333"
|
|
141
|
+
style="color:#333;margin-right: 15px;"
|
|
141
142
|
class="el-icon-bell header-icon"
|
|
142
143
|
on-click={message}
|
|
144
|
+
title="消息中心"
|
|
145
|
+
/>
|
|
146
|
+
{/* <span class="username">消息中心</span> */}
|
|
147
|
+
<i
|
|
148
|
+
style="color:#333"
|
|
149
|
+
class="el-icon-refresh-left header-icon"
|
|
150
|
+
on-click={clearBrowserCache}
|
|
151
|
+
title="清除缓存"
|
|
143
152
|
/>
|
|
144
|
-
<span class="username">消息中心</span>
|
|
145
153
|
<span class="username shu">|</span>
|
|
146
154
|
<span on-click={userinfo}>
|
|
147
155
|
<el-avatar
|