/config/routes.json
---
[
{
"path": "/",
"name": "Home",
"component": App
},
{ "path": "/category/*", "name": "Category", "component": "view-category" },
{
"path": "*",
"redirect": "/"
}
]
---
This file contains all routes for the vue-router.
浙公网安备 33010602011771号