gerson
2025-02-13 2a4b83c058b9f669e33e96168d7ad25016dafadd
src/router/index.ts
@@ -1,11 +1,11 @@
import { createRouter, createWebHistory,createWebHashHistory } from 'vue-router';
import { createRouter, createWebHashHistory, createWebHistory } from 'vue-router';
const router = createRouter({
   history: createWebHashHistory(),
   routes: [
      {
         path: "/:path(.*)*",
         redirect: "/home",
         path: '/:path(.*)*',
         redirect: '/home',
        },
      {
         path: '/home',