/** * 路由入口文件 */ import { globalLimits } from './global' import { menuRoutes } from './menu' export default [globalLimits, menuRoutes]