@@ -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: '关系',
}