正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -57,7 +57,7 @@ class ProjectLogic extends BaseLogic | @@ -57,7 +57,7 @@ class ProjectLogic extends BaseLogic | ||
| 57 | 'type' => $this->model::typeMap()[$item['type']] ?? '', | 57 | 'type' => $this->model::typeMap()[$item['type']] ?? '', |
| 58 | 'test_domain' => $item['deploy_build']['test_domain'] ?? 0, | 58 | 'test_domain' => $item['deploy_build']['test_domain'] ?? 0, |
| 59 | 'domain' => $item['deploy_optimize']['domain'] ?? 0, | 59 | 'domain' => $item['deploy_optimize']['domain'] ?? 0, |
| 60 | - 'crated_at' => date('Y年m月d日', strtotime($item['created_at'])), | 60 | + 'created_at' => date('Y年m月d日', strtotime($item['created_at'])), |
| 61 | ]; | 61 | ]; |
| 62 | } | 62 | } |
| 63 | return $list; | 63 | return $list; |
-
请 注册 或 登录 后发表评论