Browse Source

修改后台管理标题

LinWuTai 1 year ago
parent
commit
ae2b530372
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ruoyi-ui/src/layout/components/Sidebar/Logo.vue

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

@@ -35,7 +35,7 @@ export default {
   },
   data() {
     return {
-      title: '若依管理系统',
+      title: 'RFID酒店管理系统',
       logo: logoImg
     }
   }