This commit is contained in:
2019-12-27 20:19:04 +00:00
parent a5fc23c55d
commit 4016df08bb
5 changed files with 61 additions and 74 deletions

View File

@@ -76,7 +76,7 @@ export default new Router({
component: () =>
import(/* webpackChunkName: "home" */ "./views/home-dashboard.vue")
},
{ path: "/", redirect: "/login" },
{ path: "/", redirect: "/login" }, //If someone goes blindly to the root of the app, then it should go to login
{
path: "/home-schedule",
name: "home-schedule",