This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user