diff --git a/ui/src/router/index.js b/ui/src/router/index.js index 84d7189..3f08f3d 100644 --- a/ui/src/router/index.js +++ b/ui/src/router/index.js @@ -37,7 +37,7 @@ const router = createRouter({ ] }) -const addr = import.meta.env.VITE_APIHOST; +const addr = import.meta.env.BASE_URL; router.beforeEach(async (to) => {