2022-11-24 14:53:23 +08:00

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
/**
*
* 弃用自动导入路由模块方式
* 采用手动引入子路由模块方式
*/