Browse Source

wanda-adm:feat > 面包屑

shaun-sheep 3 năm trước cách đây
mục cha
commit
0913fefb3d
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

@@ -54,7 +54,7 @@ export default class extends Vue {
     relationModel(matched: any = []) {
         if (matched.length >= 2 && matched[1].path == '/maintain/relation') {
             matched[1] = {
-                path: "/maintain/relationship",
+                path: "relationship",
                 meta: {
                     title: '关系',
                 }