瀏覽代碼

修改主页系统名称

liyan 2 年之前
父節點
當前提交
1157ed2122
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/layout/components/Sidebar/Logo.vue

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

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