reedliuqing_i 6 năm trước cách đây
mục cha
commit
872c67bef3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/Breadcrumb/index.vue

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

@@ -33,7 +33,7 @@ export default {
       const first = matched[0]
 
       if (!this.isDashboard(first)) {
-        matched = [{ path: '/dashboard', meta: { title: 'Dashboard' }}].concat(matched)
+        matched = [{ path: '/home/dashboard', meta: { title: 'Dashboard' }}].concat(matched)
       }
 
       this.levelList = matched.filter(item => item.meta && item.meta.title && item.meta.breadcrumb !== false)