From 804c52b4cb3c13f9a22f9dc040e864f4bd380fc3 Mon Sep 17 00:00:00 2001 From: guy Date: Sun, 22 Aug 2021 20:38:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BB=A3=E7=A0=81?= 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 728cafc2a..5da02d52f 100644 --- a/dist/router.js +++ b/dist/router.js @@ -3169,7 +3169,7 @@ }); BI.shortcut("bi.router_view", RouterView); - BI.Router = VueRouter; + BI.Router = BI.Router || VueRouter; BI.Router.isSameRoute = isSameRoute; return VueRouter;