inleft
2022-01-21 b505f3648a10dd998ae9fe7a6edb1bf125d7d6a6
src/config/router.config.js
@@ -10,6 +10,7 @@
import box1 from '../components/mini/box1-info.vue'
import tagTime from '../components/mini/tagTime.vue'
import tagInfo from '../components/mini/tagInfo.vue'
import boxFriend from '../components/mini/box-friend.vue'
import mdDetail from '../components/mini/mdDetail.vue'
@@ -28,7 +29,7 @@
            children: [{
                  path: '/',
                  component: articleList,
                  props:true
                  props: true
               },
               {
                  path: '/box1',
@@ -37,7 +38,7 @@
               {
                  path: '/tagTime',
                  component: tagTime,
                  props:true
                  props: true
               },
               {
                  path: '/tagInfo',
@@ -46,6 +47,9 @@
               {
                  path: '/mdDetail',
                  component: mdDetail,
               }, {
                  path: '/main4',
                  component: boxFriend,
               }
            ]
         },
@@ -57,7 +61,7 @@
               component: articleList,
            }]
         },
         {
            path: '/main2',
            component: main2,
@@ -70,7 +74,7 @@
            path: '/main4',
            component: main4,
         },
      ]
   },