-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 退出登录
+
+
+
+
+
+
{{ nickname }}
+
{{ dept }}
+
+
+
-
\ No newline at end of file
+
diff --git a/src/layout/components/Sidebar/Item.vue b/src/layout/components/Sidebar/Item.vue
index be3285df..30873bd5 100644
--- a/src/layout/components/Sidebar/Item.vue
+++ b/src/layout/components/Sidebar/Item.vue
@@ -17,7 +17,9 @@ export default {
const vnodes = []
if (icon) {
- vnodes.push(
)
+ vnodes.push()
+ } else {
+ vnodes.push()
}
if (title) {
diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue
index 1e58cd7f..420f3d76 100644
--- a/src/layout/components/Sidebar/Logo.vue
+++ b/src/layout/components/Sidebar/Logo.vue
@@ -4,7 +4,7 @@
:class="{ collapse: collapse }"
:style="{
backgroundColor:
- sideTheme === 'theme-dark' ? '#1f2d3d' : variables.menuLightBackground,
+ sideTheme === 'theme-dark' ? '#1E1651' : variables.menuLightBackground,
}">
-
-
-
-
-
-
-
diff --git a/src/layout/components/Sidebar/index.vue b/src/layout/components/Sidebar/index.vue
index bac19f28..ead3a7bc 100644
--- a/src/layout/components/Sidebar/index.vue
+++ b/src/layout/components/Sidebar/index.vue
@@ -1,6 +1,7 @@
-