From f8926b2b2f181444fa9f1dbb173bc16fd8d88455 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Thu, 29 May 2025 18:36:17 -0600 Subject: [PATCH] modo hash para funcion spa --- ui/src/router/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/router/index.js b/ui/src/router/index.js index f13d3ec..ea9a22c 100644 --- a/ui/src/router/index.js +++ b/ui/src/router/index.js @@ -1,4 +1,4 @@ -import { createRouter, createMemoryHistory } from 'vue-router' +import { createRouter, createMemoryHistory , createWebHashHistory} from 'vue-router' const routes = [ // Chat principal y config @@ -30,6 +30,6 @@ const routes = [ ] export default createRouter({ - history: createMemoryHistory(), + history: createWebHashHistory(), routes, }) \ No newline at end of file