This commit is contained in:
2019-12-30 19:21:04 +00:00
parent 1c208f0c48
commit e30fa5b0bd

View File

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