|
...
|
...
|
@@ -215,7 +215,7 @@ class CNoticeController extends BaseController |
|
|
|
$project_id = $this->user['project_id'];
|
|
|
|
$type = intval($request->input('type', 1));
|
|
|
|
$route = intval($request->input('page', 1));
|
|
|
|
if(in_array($route,[4,6])){
|
|
|
|
if($type == 2 && in_array($route,[4,6])){
|
|
|
|
$this->fail('聚合页翻译请联系管理员');
|
|
|
|
}
|
|
|
|
$url = $request->input('url', []);
|
...
|
...
|
|