@@ -31,6 +31,7 @@ class Users extends Backend
public function _initialize()
{
+ set_time_limit(1000);
parent::_initialize();
$this->model = new \app\admin\model\Users;
@@ -404,7 +405,7 @@ class Users extends Backend
unlink($v);
}
- return $this->error('检测到错误,正在排列',"users/a",$resutl);
+ return $this->error('检测到错误,正在排列',"",$resutl);
//前两行是备注,从A3第三行开始导入
for ($currentRow = 3; $currentRow <= $allRow; $currentRow++) {
@@ -125,7 +125,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
data: {file: data.url},
}, function (data, ret) {
if (ret.code==1) {
- window.location.href='users/index';//解析成功
+ window.location.reload()//解析成功
//table.bootstrapTable('refresh');
},