fix(layout): 修复头部通知组件图标语法错误
- 修复 Notices.vue 中5个图标字符串引用格式 - 将通知数据中的图标引用从冒号格式改为破折号格式 - 确保通知组件的图标正常显示 - 涉及 tips-one、comment-one、message-emoji、comment、beach-umbrella 等图标
This commit is contained in:
parent
ed949fbdb3
commit
0fa1451e27
@ -54,7 +54,7 @@ const MassageData = ref<Entity.Message[]>([
|
||||
id: 0,
|
||||
type: 0,
|
||||
title: 'Admin 已经完成40%了!',
|
||||
icon: 'icon-park-outline:tips-one',
|
||||
icon: 'icon-park-outline-tips-one',
|
||||
tagTitle: '未开始',
|
||||
tagType: 'info',
|
||||
description: '项目稳定推进中,很快就能看到正式版了',
|
||||
@ -64,7 +64,7 @@ const MassageData = ref<Entity.Message[]>([
|
||||
id: 1,
|
||||
type: 0,
|
||||
title: 'Admin 已经添加通知功能!',
|
||||
icon: 'icon-park-outline:comment-one',
|
||||
icon: 'icon-park-outline-comment-one',
|
||||
tagTitle: '未开始',
|
||||
tagType: 'success',
|
||||
date: '2022-2-2 12:22',
|
||||
@ -73,7 +73,7 @@ const MassageData = ref<Entity.Message[]>([
|
||||
id: 2,
|
||||
type: 0,
|
||||
title: 'Admin 已经添加路由功能!',
|
||||
icon: 'icon-park-outline:message-emoji',
|
||||
icon: 'icon-park-outline-message-emoji',
|
||||
tagTitle: '未开始',
|
||||
tagType: 'warning',
|
||||
description: '项目稳定推进中...',
|
||||
@ -84,7 +84,7 @@ const MassageData = ref<Entity.Message[]>([
|
||||
type: 0,
|
||||
title:
|
||||
'Admin 已经添加菜单导航功能!Admin 已经添加菜单导航功能!Admin 已经添加菜单导航功能!Admin 已经添加菜单导航功能!',
|
||||
icon: 'icon-park-outline:tips-one',
|
||||
icon: 'icon-park-outline-tips-one',
|
||||
tagTitle: '未开始',
|
||||
tagType: 'error',
|
||||
description:
|
||||
@ -95,7 +95,7 @@ const MassageData = ref<Entity.Message[]>([
|
||||
id: 4,
|
||||
type: 0,
|
||||
title: 'Admin开始启动了!',
|
||||
icon: 'icon-park-outline:tips-one',
|
||||
icon: 'icon-park-outline-tips-one',
|
||||
tagTitle: '未开始',
|
||||
description: '项目稳定推进中...',
|
||||
date: '2022-2-5 18:32',
|
||||
@ -104,7 +104,7 @@ const MassageData = ref<Entity.Message[]>([
|
||||
id: 5,
|
||||
type: 1,
|
||||
title: '相见恨晚??',
|
||||
icon: 'icon-park-outline:comment',
|
||||
icon: 'icon-park-outline-comment',
|
||||
description: '项目稳定推进中,很快就能看到正式版了',
|
||||
date: '2022-2-2 12:22',
|
||||
},
|
||||
@ -112,7 +112,7 @@ const MassageData = ref<Entity.Message[]>([
|
||||
id: 6,
|
||||
type: 1,
|
||||
title: '动态路由已完成!',
|
||||
icon: 'icon-park-outline:comment',
|
||||
icon: 'icon-park-outline-comment',
|
||||
description: '项目稳定推进中,很快就能看到正式版了',
|
||||
date: '2022-2-25 12:22',
|
||||
},
|
||||
@ -120,7 +120,7 @@ const MassageData = ref<Entity.Message[]>([
|
||||
id: 7,
|
||||
type: 2,
|
||||
title: '接下来需要完善一些',
|
||||
icon: 'icon-park-outline:beach-umbrella',
|
||||
icon: 'icon-park-outline-beach-umbrella',
|
||||
tagTitle: '未开始',
|
||||
description: '项目稳定推进中,很快就能看到正式版了',
|
||||
date: '2022-2-2 12:22',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user