inleft
2022-02-25 2f9d3c2392db9094af5ac6ea50b017140421f059
src/config/router.config.js
@@ -9,6 +9,7 @@
import login from '../components/swichLabel/main5-show.vue'
import box1 from '../components/mini/box1-info.vue'
import comment from '../components/mini/box12-comment.vue'
import tagTime from '../components/mini/tagTime.vue'
import tagInfo from '../components/mini/tagInfo.vue'
import boxFriend from '../components/mini/box-friend.vue'
@@ -29,6 +30,7 @@
            component: main1,
            children: [{
                  path: '/',
                  name: "articleList",
                  component: articleList,
                  props: true
               },
@@ -37,16 +39,21 @@
                  component: box1,
               },
               {
                  name: "tagTime",
                  path: '/tagTime',
                  component: tagTime,
                  props: true
               },
               {
                  name: "comment",
                  path: '/comment',
                  component: comment,
               },
               {
                  path: '/tagInfo',
                  component: tagInfo,
               },
               {
                  name:"mdDetail",
                  name: "mdDetail",
                  path: '/mdDetail',
                  component: mdDetail,
               }, {
@@ -56,10 +63,11 @@
            ]
         },
         {
            path: '/main1',
            path: '/articleList',
            component: main1,
            children: [{
               path: '/',
               name: "articleList",
               component: articleList,
            }]
         },