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