From 74acba4bf61e58988b3aed34c1515126ec52d9e3 Mon Sep 17 00:00:00 2001 From: Z F <215566435@qq.com> Date: Thu, 12 Apr 2018 12:58:49 +1200 Subject: [PATCH] fix: do not use scan --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 22c3f4d..5c5415b 100755 --- a/lib/index.js +++ b/lib/index.js @@ -71,7 +71,7 @@ class Blueprint { } } getRoute() { - this.scanController() + // this.scanController() return this.router }