Authored by zhangxiaoru

privacy

@@ -15,4 +15,4 @@ const privacy = (req, res) => { @@ -15,4 +15,4 @@ const privacy = (req, res) => {
15 15
16 module.exports = { 16 module.exports = {
17 privacy 17 privacy
18 -};  
  18 +};
@@ -113,7 +113,7 @@ router.post('/passport/back/passwordbymobile', back.setNewPasswordByMobileAPI);/ @@ -113,7 +113,7 @@ router.post('/passport/back/passwordbymobile', back.setNewPasswordByMobileAPI);/
113 */ 113 */
114 router.get('/passport/update', update.index); 114 router.get('/passport/update', update.index);
115 115
116 -//服务条款  
117 -router.get('/passport/privacy', agreement.privacy);//隐私条款 116 +// 服务条款
  117 +router.get('/passport/privacy', agreement.privacy);// 隐私条款
118 118
119 module.exports = router; 119 module.exports = router;
@@ -19,4 +19,4 @@ @@ -19,4 +19,4 @@
19 font-size: 30px; 19 font-size: 30px;
20 font-weight: 600; 20 font-weight: 600;
21 } 21 }
22 -}  
  22 +}