Browse Source

修改主页系统名称

liyan 2 years ago
parent
commit
1157ed2122
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

@@ -35,7 +35,7 @@ export default {
   },
   },
   data() {
   data() {
     return {
     return {
-      title: '若依管理系统',
+      title: '精治富裕管理后台',
       logo: logoImg
       logo: logoImg
     }
     }
   }
   }