diff --git a/src/router/index.js b/src/router/index.js index 078f492..adaba67 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -509,7 +509,7 @@ const routes = [ ] const router = new VueRouter({ - mode: 'history', + mode: 'hash', base: process.env.BASE_URL, routes })