From d024f448b00bcdb574a273af040d151f97ee158a Mon Sep 17 00:00:00 2001
From: sakuya <81883387@qq.com>
Date: Tue, 6 Jul 2021 18:53:50 +0800
Subject: [PATCH] =?UTF-8?q?ADD=20=E5=B8=83=E5=B1=80=E5=A2=9E=E5=8A=A0?=
=?UTF-8?q?=E7=BB=8F=E5=85=B8=E5=B8=83=E5=B1=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/config/index.js | 2 +-
src/layout/components/setting.vue | 1 +
src/layout/index.vue | 75 +++++++++++++++++++++++++------
3 files changed, 63 insertions(+), 15 deletions(-)
diff --git a/src/config/index.js b/src/config/index.js
index bcceb8c4..3239f242 100644
--- a/src/config/index.js
+++ b/src/config/index.js
@@ -11,7 +11,7 @@ const DEFAULT_CONFIG = {
//MOCK接口地址
MOCK_URL: "https://www.fastmock.site/mock/44c807475f7eeba73409792255781935/api",
- //布局 默认:default | 通栏:header
+ //布局 默认:default | 通栏:header | 经典:menu
LAYOUT: 'default',
//菜单是否折叠
diff --git a/src/layout/components/setting.vue b/src/layout/components/setting.vue
index 9403ec0d..d6599d1f 100644
--- a/src/layout/components/setting.vue
+++ b/src/layout/components/setting.vue
@@ -6,6 +6,7 @@
+
diff --git a/src/layout/index.vue b/src/layout/index.vue
index 2b8ad841..c2773535 100644
--- a/src/layout/index.vue
+++ b/src/layout/index.vue
@@ -4,7 +4,7 @@