正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
| @@ -215,9 +215,9 @@ class CNoticeController extends BaseController | @@ -215,9 +215,9 @@ class CNoticeController extends BaseController | ||
| 215 | $project_id = $this->user['project_id']; | 215 | $project_id = $this->user['project_id']; |
| 216 | $type = intval($request->input('type', 1)); | 216 | $type = intval($request->input('type', 1)); |
| 217 | $route = intval($request->input('page', 1)); | 217 | $route = intval($request->input('page', 1)); |
| 218 | - if(($this->user['is_upgrade'] == 0) && ($type == 2) && in_array($route,[4,6])){ | ||
| 219 | - $this->fail('聚合页翻译请联系管理员'); | ||
| 220 | - } | 218 | +// if(($this->user['is_upgrade'] == 0) && ($type == 2) && in_array($route,[4,6])){ |
| 219 | +// $this->fail('聚合页翻译请联系管理员'); | ||
| 220 | +// } | ||
| 221 | $url = $request->input('url', []); | 221 | $url = $request->input('url', []); |
| 222 | $language = $request->input('language', []); | 222 | $language = $request->input('language', []); |
| 223 | $is_sitemap = intval($request->input('is_sitemap', 0)); | 223 | $is_sitemap = intval($request->input('is_sitemap', 0)); |
-
请 注册 或 登录 后发表评论