From 376be3ab35d682a1cdd86611382cc7de757152cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E6=88=90=E5=BC=BA?= Date: Mon, 9 Nov 2020 09:06:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index b033fcf..c0e9ad7 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -13,6 +13,6 @@ const router = [ export default new Router({ base: '/digitization/', - mode: 'history', + // mode: 'history', routes: [...configRouter, ...kpiRouter, ...router] })