mirror of
https://github.com/silenty4ng/k5web
synced 2025-04-27 23:15:32 +00:00
10 lines
182 B
TypeScript
10 lines
182 B
TypeScript
export default {
|
|
path: 'https://arco.design',
|
|
name: 'arcoWebsite',
|
|
meta: {
|
|
locale: 'menu.arcoWebsite',
|
|
icon: 'icon-link',
|
|
requiresAuth: true,
|
|
order: 8,
|
|
},
|
|
};
|