diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 0083678..80a80c5 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -10,11 +10,10 @@
- {{ shopName }} + {{ shopName.length>8?shopName.substring(0,7)+'...' :shopName.substring(0,7) }}
-