From f1a40db0059c97ae017fd7e147c3ab0193235afa Mon Sep 17 00:00:00 2001 From: XieYongHong <18010623010@163.com> Date: Fri, 8 Sep 2023 18:58:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E4=BD=8E=E7=A0=81?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Layout/SinglePage.vue | 129 +++++++++++++++++++++++++++ src/components/Layout/index.ts | 3 +- src/utils/menu.ts | 15 +++- src/views/iframe/index.vue | 12 ++- 4 files changed, 151 insertions(+), 8 deletions(-) create mode 100644 src/components/Layout/SinglePage.vue diff --git a/src/components/Layout/SinglePage.vue b/src/components/Layout/SinglePage.vue new file mode 100644 index 00000000..cfdb6ac8 --- /dev/null +++ b/src/components/Layout/SinglePage.vue @@ -0,0 +1,129 @@ +