正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -63,7 +63,7 @@ class ProjectLogic extends BaseLogic | @@ -63,7 +63,7 @@ class ProjectLogic extends BaseLogic | ||
| 63 | 'optimize_tech' => (new ManageLogic)->getCacheName($item['deploy_optimize']['tech_mid'] ?? 0), //售后技术 | 63 | 'optimize_tech' => (new ManageLogic)->getCacheName($item['deploy_optimize']['tech_mid'] ?? 0), //售后技术 |
| 64 | 'type' => $item['type'], | 64 | 'type' => $item['type'], |
| 65 | 'test_domain' => $item['deploy_build']['test_domain'] ?? 0, | 65 | 'test_domain' => $item['deploy_build']['test_domain'] ?? 0, |
| 66 | - 'plan' => $item['deploy_build']['plan'] ?? 0, | 66 | + 'plan' =>Project::planMap()[$item['deploy_build']['plan']], |
| 67 | 'domain' => $item['deploy_optimize']['domain'] ?? 0, | 67 | 'domain' => $item['deploy_optimize']['domain'] ?? 0, |
| 68 | 'created_at' => date('Y年m月d日', strtotime($item['created_at'])), | 68 | 'created_at' => date('Y年m月d日', strtotime($item['created_at'])), |
| 69 | 'autologin_code' => $this->getAutoLoginCode($item['id']), | 69 | 'autologin_code' => $this->getAutoLoginCode($item['id']), |
-
请 注册 或 登录 后发表评论