From b420ecf14bf6a3b23635fa9646b5f0f0c902cb93 Mon Sep 17 00:00:00 2001 From: Guyi Date: Thu, 26 Aug 2021 14:33:46 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-8279=20refactor=EF=BC=9Arouter-view?= =?UTF-8?q?=E9=94=80=E6=AF=81=E6=97=B6=E7=A7=BB=E9=99=A4callbacklistener?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/router.js b/dist/router.js index 6e2c2a337..7f2a93478 100644 --- a/dist/router.js +++ b/dist/router.js @@ -3182,7 +3182,7 @@ }; }, destroyed: function () { - BI.remove(cbs, this._callbackListener); + cbs.remove(this._callbackListener); } }); BI.shortcut("bi.router_view", BI.RouterView);