From 426cc13d7c485a916bee5a8de0f08aab8826422b Mon Sep 17 00:00:00 2001 From: yqllin <524123601@qq.com> Date: Thu, 11 Jan 2024 16:28:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(plugin-layout):=20=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=20403=E3=80=81404=20=20=E7=9A=84=20navigatio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/runtime/views/BaseLayout.vue | 184 ++++++++++-------- .../src/runtime/views/index.jsx | 11 +- packages/fes-plugin-layout/types.d.ts | 46 +++-- 3 files changed, 132 insertions(+), 109 deletions(-) diff --git a/packages/fes-plugin-layout/src/runtime/views/BaseLayout.vue b/packages/fes-plugin-layout/src/runtime/views/BaseLayout.vue index 513fc52e..0a7d9e5a 100644 --- a/packages/fes-plugin-layout/src/runtime/views/BaseLayout.vue +++ b/packages/fes-plugin-layout/src/runtime/views/BaseLayout.vue @@ -1,7 +1,7 @@ +