This commit is contained in:
@@ -76,6 +76,12 @@ export default new Router({
|
|||||||
component: () =>
|
component: () =>
|
||||||
import(/* webpackChunkName: "home" */ "./views/home-dashboard.vue")
|
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: "/", redirect: "/login" }, //If someone goes blindly to the root of the app, then it should go to login
|
||||||
{
|
{
|
||||||
path: "/home-schedule",
|
path: "/home-schedule",
|
||||||
|
|||||||
Reference in New Issue
Block a user