Explorar el Código

修改Dashboard名称

RuoYi hace 4 años
padre
commit
13800738cb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 45
       if (!name) {
46 46
         return false
47 47
       }
48
-      return name.trim() === '首页'
48
+      return name.trim() === 'Index'
49 49
     },
50 50
     handleLink(item) {
51 51
       const { redirect, path } = item