push
This commit is contained in:
11
nervui-noenetwork/src/router/index.ts
Normal file
11
nervui-noenetwork/src/router/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/** @format */
|
||||
|
||||
const RootRoute = {
|
||||
path: '/root',
|
||||
name: 'root',
|
||||
redirect: '/network',
|
||||
meta: {
|
||||
title: 'Root',
|
||||
},
|
||||
};
|
||||
export default RootRoute;
|
||||
Reference in New Issue
Block a user