feat: huaxing-AI智能BAS系统
This commit is contained in:
11
hx-ai-intelligent/src/router/index.ts
Normal file
11
hx-ai-intelligent/src/router/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/** @format */
|
||||
|
||||
const RootRoute = {
|
||||
path: '/',
|
||||
name: 'root',
|
||||
redirect: { name: 'home' },
|
||||
meta: {
|
||||
title: 'Root',
|
||||
},
|
||||
};
|
||||
export default RootRoute;
|
Reference in New Issue
Block a user