diff --git a/vue/src/layout/components/Sidebar/Logo.vue b/vue/src/layout/components/Sidebar/Logo.vue index 97584ffa..20f767a8 100644 --- a/vue/src/layout/components/Sidebar/Logo.vue +++ b/vue/src/layout/components/Sidebar/Logo.vue @@ -35,7 +35,7 @@ export default { }, data() { return { - title: '物美智能-物联网平台', + title: '物美智能系统', logo: logoImg } }