Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
fix: 游客模式允许访问圈子模块
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonleex committed May 17, 2018
1 parent 96c125b commit a93d9bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/routers/group.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default [
component: group,
meta: {
title: "圈子首页",
keepAlive: true,
// keepAlive: true,
requiresAuth: true
}
},
Expand All @@ -22,7 +22,7 @@ export default [
component: Groups,
meta: {
title: "全部圈子",
keepAlive: true,
// keepAlive: true,
requiresAuth: true
}
},
Expand All @@ -32,7 +32,7 @@ export default [
component: GroupDetail,
meta: {
title: "圈子详情",
keepAlive: true,
// keepAlive: true,
requiresAuth: true
}
},
Expand All @@ -41,7 +41,7 @@ export default [
component: GroupsForUser,
meta: {
title: "TA的圈子",
keepAlive: true,
// keepAlive: true,
requiresAuth: true
}
},
Expand All @@ -50,7 +50,7 @@ export default [
component: GroupsPostDetail,
meta: {
title: "帖子详情",
keepAlive: true,
// keepAlive: true,
requiresAuth: true
}
}
Expand Down

0 comments on commit a93d9bf

Please sign in to comment.