This commit is contained in:
2019-12-18 23:41:38 +00:00
parent 1c50e05c08
commit 56a031e9ac
5 changed files with 13 additions and 10 deletions

View File

@@ -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"
)
},
{