From 85b55bb37a0a06e2645b96ed81aefe463127121a Mon Sep 17 00:00:00 2001 From: Soybean <2570172956@qq.com> Date: Thu, 6 Jan 2022 11:22:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(projects):=20=E5=A4=9A=E7=BA=A7=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E7=9A=84=E6=89=80=E6=9C=89=E5=AD=90=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E8=BD=AC=E6=8D=A2=E6=88=90=E4=BA=8C=E7=BA=A7=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/Layout/index.vue | 1 + src/router/routes/index.ts | 4 +-- src/store/modules/route/index.ts | 4 +-- src/typings/common/route.d.ts | 2 ++ src/utils/router/helpers.ts | 46 ++++++++++++++++++++++++++------ 5 files changed, 45 insertions(+), 12 deletions(-) diff --git a/src/layouts/Layout/index.vue b/src/layouts/Layout/index.vue index aba3fdc1..31d46b29 100644 --- a/src/layouts/Layout/index.vue +++ b/src/layouts/Layout/index.vue @@ -1,5 +1,6 @@