正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -303,7 +303,7 @@ class TranslateLogic extends BaseLogic | @@ -303,7 +303,7 @@ class TranslateLogic extends BaseLogic | ||
| 303 | if(strtolower($route) == 'all'){ | 303 | if(strtolower($route) == 'all'){ |
| 304 | return $this->success($data); | 304 | return $this->success($data); |
| 305 | } | 305 | } |
| 306 | - if($route == '/'){ | 306 | + if($route == 'index'){ |
| 307 | $data['source'] = 1; | 307 | $data['source'] = 1; |
| 308 | return $this->success($data); | 308 | return $this->success($data); |
| 309 | } | 309 | } |
-
请 注册 或 登录 后发表评论