瀏覽代碼

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

lanjianrong 1 周之前
父節點
當前提交
618d34e4fa
共有 1 個文件被更改,包括 1 次插入1 次删除
  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');
 };