From 44a311773d42fbe160425b3c145253145d075fe9 Mon Sep 17 00:00:00 2001 From: Kobi Date: Thu, 28 Apr 2022 17:16:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/router.js b/src/router/router.js index 77dfd7d20..54488f77f 100644 --- a/src/router/router.js +++ b/src/router/router.js @@ -3128,7 +3128,7 @@ this.$router = this._router = BI.Router.$router = $router = new VueRouter({ mode: this.options.mode, routes: this.options.routes, - base: this.options.base + base: this.options.base, }); this.$router.beforeEach(function (to, from, next) { if (to.matched.length === 0) {