mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
fix(projects): 修复主题配置
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import type { ThemeSettings } from '@/interface';
|
||||
|
||||
const themeColorList = [
|
||||
'#409EFF',
|
||||
'#2d8cf0',
|
||||
'#0960bd',
|
||||
'#0084f4',
|
||||
@ -27,7 +28,14 @@ const themeSettings: ThemeSettings = {
|
||||
/** 系统主题色 */
|
||||
themeColor: themeColorList[0],
|
||||
/** 系统内置主题色列表 */
|
||||
themeColorList
|
||||
themeColorList,
|
||||
/** 其他颜色 */
|
||||
otherColor: {
|
||||
info: '#2080f0',
|
||||
success: '#67C23A',
|
||||
warning: '#E6A23C',
|
||||
error: '#F56C6C'
|
||||
}
|
||||
};
|
||||
|
||||
export default themeSettings;
|
||||
|
Reference in New Issue
Block a user