“hanlingqiang 3 lat temu
rodzic
commit
ac64bab982
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8 0
      src/views/zhulao/router/router.js

+ 8 - 0
src/views/zhulao/router/router.js

@@ -35,6 +35,14 @@ const routes = [{
         },
         component: () => import('../views/shoppingMall/index.vue')
     },
+    {
+              path: '/circleHome',
+             name: 'circleHome',
+              meta: {
+                  keepAlive: true
+             },
+             component: () => import('../views/circle/index.vue')
+    },
     {
         path: '/goodsDetails',
         name: 'goodsDetails',