Authored by zhangxiaoru

privacy

... ... @@ -15,4 +15,4 @@ const privacy = (req, res) => {
module.exports = {
privacy
};
\ No newline at end of file
};
... ...
... ... @@ -113,7 +113,7 @@ router.post('/passport/back/passwordbymobile', back.setNewPasswordByMobileAPI);/
*/
router.get('/passport/update', update.index);
//服务条款
router.get('/passport/privacy', agreement.privacy);//隐私条款
// 服务条款
router.get('/passport/privacy', agreement.privacy);// 隐私条款
module.exports = router;
... ...
... ... @@ -19,4 +19,4 @@
font-size: 30px;
font-weight: 600;
}
}
\ No newline at end of file
}
... ...