fix(cli): nav route matching

This commit is contained in:
陈嘉涵
2019-12-13 11:23:14 +08:00
parent 63963534d0
commit 9977056d50
4 changed files with 23 additions and 13 deletions

View File

@@ -20,8 +20,7 @@ export default {
},
path() {
const { path } = this.item;
return this.base ? `${this.base}/${path}` : path;
return `${this.base}${this.item.path}`;
},
active() {