module.exports = function (router) {
router.get('/cs', './cs/cs');
router.get('/jwc', './jwc/jwc');
router.get('/rszhaopin', './rszhaopin');
router.get('/yjs', './yjs');
};