shaun-sheep 4 лет назад
Родитель
Сommit
0913fefb3d
1 измененных файлов с 1 добавлено и 1 удалено
  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: '关系',
                 }