inleft
2022-02-21 63f5119bcc714c36fe8db21e5461d73eb5a0eaa0
src/config/router.config.js
@@ -6,6 +6,7 @@
import main2 from '../components/swichLabel/main2-show.vue'
import main3 from '../components/swichLabel/main3-show.vue'
import main4 from '../components/swichLabel/main4-show.vue'
import login from '../components/swichLabel/main5-show.vue'
import box1 from '../components/mini/box1-info.vue'
import tagTime from '../components/mini/tagTime.vue'
@@ -28,6 +29,7 @@
            component: main1,
            children: [{
                  path: '/',
                  name:"articleList",
                  component: articleList,
                  props: true
               },
@@ -36,15 +38,16 @@
                  component: box1,
               },
               {
                  name:"tagTime",
                  path: '/tagTime',
                  component: tagTime,
                  props: true
               },
               {
                  path: '/tagInfo',
                  component: tagInfo,
               },
               {
                  name:"mdDetail",
                  path: '/mdDetail',
                  component: mdDetail,
               }, {
@@ -54,10 +57,11 @@
            ]
         },
         {
            path: '/main1',
            path: '/articleList',
            component: main1,
            children: [{
               path: '/',
               name:"articleList",
               component: articleList,
            }]
         },
@@ -73,6 +77,9 @@
         {
            path: '/main4',
            component: main4,
         }, {
            path: '/login',
            component: login,
         },