提交 e7e84b85 编写于 作者: P piexlmax

主色调统一

上级 6aa21d5f
......@@ -12,7 +12,7 @@ export const user = {
headerImg: '',
authority: {},
sideMode: 'dark',
activeColor: '#0d84ff',
activeColor: '#4D70FF',
baseColor: '#fff'
},
token: '',
......@@ -123,7 +123,7 @@ export const user = {
},
activeColor(state) {
if (state.userInfo.sideMode === 'dark' || state.userInfo.sideMode === 'light') {
return '#0d84ff'
return '#4D70FF'
}
return state.userInfo.activeColor
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册