From 3cd797b4dd364225b1916a63f0dd4baceb44a54d Mon Sep 17 00:00:00 2001 From: pixel <303176530@qq.com> Date: Mon, 2 Dec 2019 18:13:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E6=96=B9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- QMPlusVuePage/src/router/index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/QMPlusVuePage/src/router/index.js b/QMPlusVuePage/src/router/index.js index 6a639b5c..a481657c 100644 --- a/QMPlusVuePage/src/router/index.js +++ b/QMPlusVuePage/src/router/index.js @@ -35,8 +35,4 @@ const createRouter = () => new Router({ const router = createRouter() -export function resetRouter() { - const newRouter = createRouter() - router.matcher = newRouter.matcher -} export default router \ No newline at end of file