lijh
2022-01-19 06ee76d0a83854ad7a044689627e0f00a66e5ce5
src/config/router.config.js
@@ -1,10 +1,11 @@
import baseLayout from '../components/layouts/baseLayout.vue'
import articleList from '../components/group/articleList.vue'
import articleList from '../components/group/articleListScorll.vue'
import main1 from '../components/swichLabel/main1-show.vue'
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 box1 from '../components/mini/box1-info.vue'
import tagTime from '../components/mini/tagTime.vue'
@@ -65,6 +66,10 @@
            path: '/main3',
            component: main3,
         },
         {
            path: '/main4',
            component: main4,
         },
         
      ]