From 90375efaf5c3992ffe7acd815c331e3e97190f2c Mon Sep 17 00:00:00 2001 From: jianjun Date: Mon, 13 Sep 2021 11:06:22 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E8=B7=AF=E7=94=B1=E8=B0=83=E6=95=B4"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 5c8bd32d --- src/router/modules/root.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/modules/root.js b/src/router/modules/root.js index fce675c..741c6ef 100644 --- a/src/router/modules/root.js +++ b/src/router/modules/root.js @@ -37,7 +37,7 @@ export default [ { path: '/login', meta: {requireLogin: false}, - component: () => import(/* webpackChunkName: 'root' */ '@/views/account/login/index.vue') + component: () => import(/* webpackChunkName: 'root' */ '@/views/account/login/index') }, { path: '/home',