Browse Source

修改Dashboard名称

RuoYi 4 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 {
45
       if (!name) {
45
       if (!name) {
46
         return false
46
         return false
47
       }
47
       }
48
-      return name.trim() === '首页'
48
+      return name.trim() === 'Index'
49
     },
49
     },
50
     handleLink(item) {
50
     handleLink(item) {
51
       const { redirect, path } = item
51
       const { redirect, path } = item