Browse Source

LOGO标题

wyling 4 years ago
parent
commit
17a5c29a88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/layout/components/Sidebar/Logo.vue

+ 1 - 1
src/layout/components/Sidebar/Logo.vue

@@ -26,7 +26,7 @@ export default {
   },
   data() {
     return {
-      title: '若依管理系统',
+      title: '杭州驾驶人公共管理平台',
       logo: logoImg
     }
   }