diff --git a/src/components/page-settings/page-setting.vue b/src/components/page-settings/page-setting.vue
index d0b06fc2..51dccac5 100644
--- a/src/components/page-settings/page-setting.vue
+++ b/src/components/page-settings/page-setting.vue
@@ -28,7 +28,7 @@ const default_data = {
logo: [],
data_alone_row_value: [],
icon_setting: [
- { id: get_math(), img: [], icon: 'applet-me-message-acquiesce', link: {} },
+ { id: get_math(), img: [], icon: 'bell', link: {} },
],
is_location_left_icon_show: '1',
location_left_img: [],
diff --git a/src/config/const/header-nav.ts b/src/config/const/header-nav.ts
index cdf2eb13..f4f78132 100644
--- a/src/config/const/header-nav.ts
+++ b/src/config/const/header-nav.ts
@@ -98,7 +98,7 @@ const defaultFooterNav: DefaultFooterNav = {
// 对齐方式
indicator_location: 'center',
// 右侧图标信息
- icon_setting: [{ id: get_math(), img: [], icon: 'applet-me-message-acquiesce', link: { name: '我的消息', page: '/pages/message/message' } }],
+ icon_setting: [{ id: get_math(), img: [], icon: 'bell', link: { name: '我的消息', page: '/pages/message/message' } }],
// 定位左侧图标内容
is_location_left_icon_show: '1',
location_left_img: [],
diff --git a/src/config/const/user-info.ts b/src/config/const/user-info.ts
index 1b852f92..6373d364 100644
--- a/src/config/const/user-info.ts
+++ b/src/config/const/user-info.ts
@@ -29,8 +29,8 @@ const defaultUserInfo: DefaultUserInfo = {
content: {
config: ['order_count', 'goods_favor_count', 'goods_browse_count', 'integral_number', 'number_code'],
icon_setting: [
- { id: '1', img: [], icon: 'applet-me-settings-acquiesce', link: { name: '设置中心', page: '/pages/setup/setup' } },
- { id: '2', img: [], icon: 'applet-me-message-acquiesce', link: { name: '我的消息', page: '/pages/message/message' } },
+ { id: '1', img: [], icon: 'setup', link: { name: '设置中心', page: '/pages/setup/setup' } },
+ { id: '2', img: [], icon: 'bell', link: { name: '我的消息', page: '/pages/message/message' } },
],
},
style: {