diff --git a/src/router/index.js b/src/router/index.js index a7d3c03..daa4776 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -17,7 +17,7 @@ const routes = [ ] const router = createRouter({ - history: createWebHistory(), + history: createWebHistory('/publish_dishboard'), routes })