Przeglądaj źródła

fix: 注释掉bimface路由以避免未授权访问

lanjianrong 1 tydzień temu
rodzic
commit
618d34e4fa
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/router.js

+ 1 - 1
app/router.js

@@ -1195,5 +1195,5 @@ module.exports = app => {
     app.get('/wx/tips', 'wechatController.tips');
 
     // bimface
-    app.get('/bimface', sessionAuth, 'bimfaceController.index');
+    // app.get('/bimface', sessionAuth, 'bimfaceController.index');
 };