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

12 lines
156 B
TypeScript
Raw Normal View History

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