Commit 6cb66255 authored by 徐一鸣's avatar 徐一鸣

开发文档文档接口调试

parent f554af2a
...@@ -99,7 +99,7 @@ export default { ...@@ -99,7 +99,7 @@ export default {
this.navList = nav; this.navList = nav;
if (activePath && this.$route.params.id === undefined) { if (activePath && this.$route.params.id === undefined) {
this.$router.push(activePath); this.$router.push(activePath);
} else { } else if (activePath === "") {
this.$message.error("您尚未创建任何文档"); this.$message.error("您尚未创建任何文档");
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment