feat:v1.4前端更新
This commit is contained in:
13
app/filters/index.js
Normal file
13
app/filters/index.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* 主题色色值
|
||||
*/
|
||||
export function filterTheme(status) {
|
||||
const statusMap = {
|
||||
'theme1': '#e93323',
|
||||
'theme2': '#fe5c2d',
|
||||
'theme3': '#42ca4d',
|
||||
'theme4': '#1ca5e9',
|
||||
'theme5': '#ff448f',
|
||||
}
|
||||
return statusMap[status]
|
||||
}
|
||||
Reference in New Issue
Block a user