This commit is contained in:
@@ -276,6 +276,7 @@ export default new Router({
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "vendors" */ "./views/accounting.vue")
|
||||
},
|
||||
|
||||
{
|
||||
path: "/globalsettings",
|
||||
name: "globalsettings",
|
||||
@@ -327,10 +328,12 @@ export default new Router({
|
||||
},
|
||||
|
||||
{
|
||||
path: "/kpi",
|
||||
name: "kpi",
|
||||
path: "/statistics",
|
||||
name: "statistics",
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "administration" */ "./views/kpi.vue")
|
||||
import(
|
||||
/* webpackChunkName: "administration" */ "./views/statistics.vue"
|
||||
)
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user