Merge branch 'ArvinLovegood:master' into master

This commit is contained in:
浓睡不消残酒 2025-06-13 18:29:30 +08:00 committed by GitHub
commit e49545a581
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -240,6 +240,27 @@ const menuOptions = ref([
key: 'market6',
icon: renderIcon(Skull),
},
{
label: () =>
h(
RouterLink,
{
href: '#',
to: {
name: 'market',
query: {
name: "个股研报",
}
},
onClick: () => {
EventsEmit("changeMarketTab", {ID: 0, name: '个股研报'})
},
},
{default: () => '个股研报',}
),
key: 'market7',
icon: renderIcon(NewspaperSharp),
},
]
},
{