1.修复参数解析bug

2. 增加查看计划详情的界面
This commit is contained in:
2025-09-10 19:03:41 +08:00
parent c499571c11
commit a1950872fc
9 changed files with 664 additions and 54 deletions

View File

@@ -108,7 +108,7 @@ export default {
// 查看详情
viewDetail(planId) {
this.$router.push(`/feed/plan/${planId}`)
this.$router.push(`/feed/plan/detail/${planId}`)
},
// 创建计划