Parcourir la source

wanda-adm:feat > 面包屑

shaun-sheep il y a 4 ans
Parent
commit
0913fefb3d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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: '关系',
                 }