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