Files
SaaS-lib/nervui-operations/src/router/index.ts

12 lines
159 B
TypeScript
Raw Normal View History

2024-05-15 17:29:42 +08:00
/** @format */
const RootRoute = {
path: '/root',
name: 'root',
redirect: '/operations',
meta: {
title: 'Root',
},
};
export default RootRoute;