Explorar el Código

修改Dashboard名称

RuoYi hace 3 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 {
       if (!name) {
         return false
       }
-      return name.trim() === '首页'
+      return name.trim() === 'Index'
     },
     handleLink(item) {
       const { redirect, path } = item