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[] = [ {