src/config/router.config.js
@@ -29,6 +29,7 @@ component: main1, children: [{ path: '/', name:"articleList", component: articleList, props: true }, @@ -56,10 +57,11 @@ ] }, { path: '/main1', path: '/articleList', component: main1, children: [{ path: '/', name:"articleList", component: articleList, }] },