1.修复参数解析bug
2. 增加查看计划详情的界面
This commit is contained in:
@@ -108,7 +108,7 @@ export default {
|
||||
|
||||
// 查看详情
|
||||
viewDetail(planId) {
|
||||
this.$router.push(`/feed/plan/${planId}`)
|
||||
this.$router.push(`/feed/plan/detail/${planId}`)
|
||||
},
|
||||
|
||||
// 创建计划
|
||||
|
||||
Reference in New Issue
Block a user