diff --git a/src/router/index.ts b/src/router/index.ts index 068380bd..05ddcf9b 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -101,6 +101,6 @@ const routes = [ ] export default createRouter({ - history: createWebHistory(), + history: createWebHistory('/admin'), routes })