mirror of
https://github.com/continew-org/continew-admin.git
synced 2026-01-12 06:57:09 +08:00
11 lines
199 B
TypeScript
11 lines
199 B
TypeScript
export default {
|
|
path: 'https://arco.design/vue/docs/start',
|
|
name: 'ArcoWebsite',
|
|
meta: {
|
|
locale: 'menu.arcoWebsite',
|
|
icon: 'icon-link',
|
|
requiresAuth: true,
|
|
order: 106,
|
|
},
|
|
};
|