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