|
@@ -56,7 +56,7 @@ router.get('/mycurrency', currencyController.myCurrency); // yoho币总数 |
|
@@ -56,7 +56,7 @@ router.get('/mycurrency', currencyController.myCurrency); // yoho币总数 |
56
|
router.get('/currencyDetail', currencyController.currencyDetail); // yoho币列表
|
56
|
router.get('/currencyDetail', currencyController.currencyDetail); // yoho币列表
|
57
|
router.post('/ajaxCurrencyDetail', currencyController.ajaxCurrencyDetail); // yoho币列表
|
57
|
router.post('/ajaxCurrencyDetail', currencyController.ajaxCurrencyDetail); // yoho币列表
|
58
|
|
58
|
|
59
|
-router.get('/record', homeController.record); // 浏览记录
|
59
|
+router.get('/record', auth, homeController.record); // 浏览记录
|
60
|
router.get('/recordContent', homeController.recordContent); // 浏览记录
|
60
|
router.get('/recordContent', homeController.recordContent); // 浏览记录
|
61
|
router.get('/delRecord', homeController.delRecord); // 删除浏览记录
|
61
|
router.get('/delRecord', homeController.delRecord); // 删除浏览记录
|
62
|
|
62
|
|