From 3a7c51cd8a16b0fe257dc7461732452c2c4800ca Mon Sep 17 00:00:00 2001 From: chenghongxing <1126263215@qq.com> Date: Sun, 8 Nov 2020 12:31:09 +0800 Subject: [PATCH] =?UTF-8?q?bug:=20fix=20the=20problem=20that=20the=20error?= =?UTF-8?q?=20color=20be=20changed=20when=20toggle=20theme=20color;=20:bug?= =?UTF-8?q?:=20=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=88=87=E6=8D=A2=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E8=89=B2=E6=97=B6=EF=BC=8C=E9=94=99=E8=AF=AF=E8=89=B2?= =?UTF-8?q?=E8=A2=AB=E6=94=B9=E5=8F=98=E7=9A=84bug=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/default/setting.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/default/setting.config.js b/src/config/default/setting.config.js index 361f158..77dd171 100644 --- a/src/config/default/setting.config.js +++ b/src/config/default/setting.config.js @@ -6,7 +6,7 @@ module.exports = { mode: 'dark', //主题模式 可选 dark、 light 和 night success: '#52c41a', //成功色 warning: '#faad14', //警告色 - error: '#f5222d', //错误色 + error: '#f5222f', //错误色 }, layout: 'side', //导航布局,可选 side 和 head,分别为侧边导航和顶部导航 fixedHeader: false, //固定头部状态栏,true:固定,false:不固定