mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-06 03:57:49 +08:00
13 lines
214 B
TypeScript
13 lines
214 B
TypeScript
import dashboard from './dashboard'
|
|
import reyl from './rely'
|
|
|
|
const routes = [dashboard, reyl]
|
|
|
|
export default routes
|
|
|
|
/**
|
|
*
|
|
* 弃用自动导入路由模块方式
|
|
* 采用手动引入子路由模块方式
|
|
*/
|