modified: spa/vue/src/router/index.js

change base_url to /
This commit is contained in:
2025-07-14 17:49:35 +05:00
parent 151dbaf220
commit 98389394f4
+1 -1
View File
@@ -58,7 +58,7 @@ const routes = [
];
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
history: createWebHistory(),
routes,
})