UNPKG

t-comm

Version:

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

14 lines (10 loc) 293 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function initCommonRouter(options) { // 路由 router if (typeof options.routerMap === 'undefined') { options.routerMap = []; } return options.routerMap; } exports.initCommonRouter = initCommonRouter;