Commit 5938e8cd authored by shirlyn.guo's avatar shirlyn.guo 👌🏻

chore: 更改sidebar的顺序

parent 84b868d3
......@@ -47,16 +47,16 @@ const menuOptions = computed<MenuOption[]>(() => {
const userConfigOptions = computed(() => {
return [
{
label: () => h('div', t('router_title_module.order_manage')),
key: 'OrderManage',
icon: () => h(TransactionOrder, { theme: 'outline', size: 14, strokeWidth: 3 }),
},
{
label: () => h('div', t('personal_settings_module.personal_settings_title')),
key: 'PersonalSettings',
icon: () => h(Me, { theme: 'outline', size: 14, strokeWidth: 3 }),
},
{
label: () => h('div', t('router_title_module.order_manage')),
key: 'OrderManage',
icon: () => h(TransactionOrder, { theme: 'outline', size: 14, strokeWidth: 3 }),
},
{
label: () => h('div', t('common_module.logout')),
key: 'Logout',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment