This commit is contained in:
holan20180123
2021-07-13 13:13:44 +08:00
parent 58b3372e4d
commit bf07567ff0
+1 -1
View File
@@ -522,7 +522,7 @@ class custom extends control
if(!isset($this->config->maxVersion)) $this->loadModel('setting')->setItem('system.custom.hourPoint', $this->post->hourPoint);
$this->app->loadLang('common');
$locate = inlink('flow');
$locate = $this->config->systemMode == 'new' ? inlink('flow') : 'top';
$this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => $locate));
}