Browse Source

修改Dashboard名称

RuoYi 3 years ago
parent
commit
13800738cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ruoyi-ui/src/components/Breadcrumb/index.vue

+ 1 - 1
ruoyi-ui/src/components/Breadcrumb/index.vue

@@ -45,7 +45,7 @@ export default {
       if (!name) {
         return false
       }
-      return name.trim() === '首页'
+      return name.trim() === 'Index'
     },
     handleLink(item) {
       const { redirect, path } = item