Commit 04638389 authored by 涂伟's avatar 涂伟

feat: '主题色修改'

parent c2a67df6
Pipeline #93979 passed with stages
...@@ -56,7 +56,7 @@ const colorList = [ ...@@ -56,7 +56,7 @@ const colorList = [
}, },
{ {
key: '中国水务', key: '中国水务',
color: '#009C73', color: '#009C74',
headerColor: 'linear-gradient(0deg, #048373 0%, #024AE9D 100%)', headerColor: 'linear-gradient(0deg, #048373 0%, #024AE9D 100%)',
}, },
]; ];
...@@ -349,7 +349,7 @@ export default props => { ...@@ -349,7 +349,7 @@ export default props => {
} }
} }
console.log(validate); console.log(validate, 'validatevalidate');
if (validate) { if (validate) {
const colorIndex = colorList.findIndex(item => item.color === validate.primaryColor); const colorIndex = colorList.findIndex(item => item.color === validate.primaryColor);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment