This commit is contained in:
2019-12-18 23:58:34 +00:00
parent 56a031e9ac
commit ce9c9da58e
6 changed files with 14 additions and 14 deletions

View File

@@ -337,10 +337,10 @@ export default new Router({
},
{
path: "/archives",
name: "archives",
path: "/backup",
name: "backup",
component: () =>
import(/* webpackChunkName: "operations" */ "./views/archives.vue")
import(/* webpackChunkName: "operations" */ "./views/backup.vue")
},
{