Skip to content

Commit

Permalink
fix riuting
Browse files Browse the repository at this point in the history
  • Loading branch information
MbIT9I committed Sep 25, 2023
1 parent 4fd6567 commit 9efa17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const routes = [
]

const router = createRouter({
history: createWebHistory( process.env.BASE_URL),
history: createWebHistory("/eam-web-new/"),
routes,
})

Expand Down

0 comments on commit 9efa17c

Please sign in to comment.