@@ -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',