Commit a83c4751 authored by tyyin lan's avatar tyyin lan

Merge branch 'shirlyn' into 'master'

chore: 更改sidebar的顺序

See merge request !114
parents 2dd3ef3f 5938e8cd
......@@ -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