feat: 导出 router

This commit is contained in:
bac-joker 2021-03-12 11:33:23 +08:00
parent 50946378a2
commit bdc6f48d9b
2 changed files with 2 additions and 2 deletions

View File

@ -293,7 +293,7 @@ export default function (api) {
api.addCoreExports(() => [
{
specifiers: ['getRoutes'],
specifiers: ['getRoutes', 'router'],
source: absCoreFilePath
}
]);

View File

@ -14,7 +14,7 @@ export function getRoutes() {
}
const ROUTER_BASE = '{{{ routerBase }}}';
let router = null;
export let router = null;
export const createRouter = () => {
if (router) {
return router;