index.js 180 B

123456
  1. import { RenderRouter } from 'nc-lightapp-front';
  2. import routes from './router';
  3. (function main(routers, htmlTagid) {
  4. RenderRouter(routers, htmlTagid);
  5. })(routes, 'app');