fix vue-router warning
This commit is contained in:
@@ -5,7 +5,7 @@ export default createRouter({
|
|||||||
base: process.env.BASE_URL,
|
base: process.env.BASE_URL,
|
||||||
routes: [
|
routes: [
|
||||||
{
|
{
|
||||||
path: '/:type/:window?',
|
path: '/:type?/:window?',
|
||||||
name: 'view',
|
name: 'view',
|
||||||
component: App
|
component: App
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user