From 6cb66255ec35849ecb3eb7128f9d22bb4468d436 Mon Sep 17 00:00:00 2001 From: xuyiming Date: Mon, 26 Oct 2020 09:57:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91=E6=96=87=E6=A1=A3=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E6=8E=A5=E5=8F=A3=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/technical-support/doc/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/technical-support/doc/index.vue b/src/pages/technical-support/doc/index.vue index 9d1acf5..977484a 100644 --- a/src/pages/technical-support/doc/index.vue +++ b/src/pages/technical-support/doc/index.vue @@ -99,7 +99,7 @@ export default { this.navList = nav; if (activePath && this.$route.params.id === undefined) { this.$router.push(activePath); - } else { + } else if (activePath === "") { this.$message.error("您尚未创建任何文档"); } }); -- 2.26.0