This commit is contained in:
zhaoke
2023-09-09 10:26:42 +08:00
parent 2619bd41a3
commit 09d639517e
+2 -2
View File
@@ -67,8 +67,8 @@ class account extends control
$this->loadModel('action')->create('account', $id, 'created');
if(isonlybody()) return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => 'reload'));
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => inlink('browse'), 'closeModal' => true));
if(isonlybody()) return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'load' => true));
return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'callback' => 'loadCurrentPage()', 'closeModal' => true));
}
$this->app->loadLang('serverroom');