ソースを参照

fix[litemall-admin]: 小修改

Junling Bu 6 年 前
コミット
2d7a272b1a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      litemall-admin/src/components/Breadcrumb/index.vue

+ 1 - 1
litemall-admin/src/components/Breadcrumb/index.vue

@@ -39,7 +39,7 @@ export default {
       })
       const first = matched[0]
       if (first && first.name.trim().toLocaleLowerCase() !== 'Dashboard'.toLocaleLowerCase()) {
-        matched = [{ path: '/dashboard', meta: { title: 'dashboard' }}].concat(matched)
+        matched = [{ path: '/dashboard', meta: { title: '首页' }}].concat(matched)
       }
       this.levelList = matched
     }