From 4e8ec3a26d9abcb41de144866f5d2fb17a6c27ee Mon Sep 17 00:00:00 2001 From: toesbieya <1647775459@126.com> Date: Fri, 13 Nov 2020 08:55:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/frontend/layout.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/frontend/layout.md b/docs/frontend/layout.md index 81b9ec5..a4bb7f6 100644 --- a/docs/frontend/layout.md +++ b/docs/frontend/layout.md @@ -85,13 +85,6 @@ PC端的行为是切换侧边栏的折叠状态,移动端是切换侧边栏在 在设置面板中修改数据后,会将配置写入localStorage。 在面板mounted时,会将localStorage中的配置数据同步到`Layout`的store中 -::: tip 注意 -设置面板中的主题色修改功能默认只在dev环境下生效,为啥呢,因为还在研究原理。 -想放开限制需要: -1. 修改`@/layout/component/header/navbar/component/SettingDrawer`中的`changeThemeColor`方法 -2. 修改`vue.config.js`中的`configureWebpack.plugins`配置项 -::: - ## 头部多页签 文件目录:`@/layout/component/Header/component/Tagsview/index.vue`。