From eea5e368a9da65fff86b42190db832f20c945eaf Mon Sep 17 00:00:00 2001 From: lin-xin <2981207131@qq.com> Date: Fri, 2 Sep 2022 20:57:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E5=BC=95=E5=85=A5Home.vu?= =?UTF-8?q?e=E4=B8=BA=E5=B0=8F=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.ts b/src/router/index.ts index 24285e4..3e06500 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -1,6 +1,6 @@ import {createRouter, createWebHashHistory, RouteRecordRaw} from "vue-router"; import { usePermissStore } from '../store/permiss' -import Home from "../views/Home.vue"; +import Home from "../views/home.vue"; const routes:RouteRecordRaw[] = [ {