未验证 提交 9cba45e9 编写于 作者: 花裤衩 提交者: GitHub

fix[Sidebar]: fixed external link bug (#1870)

上级 dbee6ff7
......@@ -86,6 +86,9 @@ export default {
if (isExternal(routePath)) {
return routePath
}
if (isExternal(this.basePath)) {
return this.basePath
}
return path.resolve(this.basePath, routePath)
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册