From 4db51a2bfdb935c0b6ae0b13e39d0159b4853a0a Mon Sep 17 00:00:00 2001 From: jianjun Date: Mon, 13 Sep 2021 11:12:57 +0800 Subject: [PATCH] =?UTF-8?q?=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 --- 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 741c6ef..fce675c 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') + component: () => import(/* webpackChunkName: 'root' */ '@/views/account/login/index.vue') }, { path: '/home',