inleft
2022-03-02 846bd0e9adb70bb23778045ee1a252a6a58adc4f
src/config/router.config.js
@@ -2,13 +2,17 @@
import articleList from '../components/group/articleListScorll.vue'
import main1 from '../components/swichLabel/main1-show.vue'
import main2 from '../components/swichLabel/main2-show.vue'
import main1 from '../components/swichLabel/main1-home.vue'
import main2 from '../components/swichLabel/main2-music-search.vue'
import main3 from '../components/swichLabel/main3-show.vue'
import link from '../components/swichLabel/main4-link.vue'
import login from '../components/swichLabel/main5-login.vue'
import comment from '../components/swichLabel/main6-comment.vue'
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'
@@ -26,37 +30,48 @@
            component: main1,
            children: [{
                  path: '/',
                  name: "articleList",
                  component: articleList,
                  props:true
                  props: true
               },
               {
                  path: '/box1',
                  component: box1,
               },
               {
                  name: "tagTime",
                  path: '/tagTime',
                  component: tagTime,
                  props:true
               },
               {
                  name: "comment",
                  path: '/comment',
                  component: comment,
               },
               {
                  path: '/tagInfo',
                  component: tagInfo,
               },
               {
                  name: "mdDetail",
                  path: '/mdDetail',
                  component: mdDetail,
               }, {
                  path: '/link',
                  component: boxFriend,
               }
            ]
         },
         {
            path: '/main1',
            path: '/articleList',
            component: main1,
            children: [{
               path: '/',
               name: "articleList",
               component: articleList,
            }]
         },
         {
            path: '/main2',
            component: main2,
@@ -65,7 +80,14 @@
            path: '/main3',
            component: main3,
         },
         {
            path: '/link',
            component: link,
         }, {
            path: '/login',
            component: login,
         },
      ]
   },