@@ -138,4 +138,7 @@ module.exports = app => {
// 微信端访问地址
router.get('/api/train/auth', controller.weixin.auth); // 微信登录
+
+ // pc端登录
+ router.post('/api/train/login', controller.login.login);// 登录
};