This commit is contained in:
devil_gong
2018-12-18 11:10:53 +08:00
parent 9e44b316b7
commit baf80871ab
147 changed files with 1236 additions and 1538 deletions

View File

@ -64,7 +64,7 @@ class Power extends Common
// 是否ajax
if(!IS_AJAX)
{
return $this->error(lang('common_unauthorized_access'));
return $this->error('非法访问');
}
// 开始操作
@ -86,7 +86,7 @@ class Power extends Common
// 是否ajax
if(!IS_AJAX)
{
return $this->error(lang('common_unauthorized_access'));
return $this->error('非法访问');
}
// 开始操作
@ -162,7 +162,7 @@ class Power extends Common
// 是否ajax请求
if(!IS_AJAX)
{
$this->error(lang('common_unauthorized_access'));
$this->error('非法访问');
}
// 开始操作
@ -182,7 +182,7 @@ class Power extends Common
// 是否ajax请求
if(!IS_AJAX)
{
$this->error(lang('common_unauthorized_access'));
$this->error('非法访问');
}
// 开始操作
@ -202,7 +202,7 @@ class Power extends Common
// 是否ajax
if(!IS_AJAX)
{
return $this->error(lang('common_unauthorized_access'));
return $this->error('非法访问');
}
// 开始操作