UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

10 lines (8 loc) 198 B
function initCommonRouter(options) { // 路由 router if (typeof options.routerMap === 'undefined') { options.routerMap = []; } return options.routerMap; } export { initCommonRouter };