diff --git a/module/ai/control.php b/module/ai/control.php index c42ac13116..be59f74a6d 100644 --- a/module/ai/control.php +++ b/module/ai/control.php @@ -395,7 +395,7 @@ class ai extends control $ztApp->category = $_POST['category']; $this->ai->createMiniProgram($ztApp); unlink($fileName); - return $this->sendSuccess(array('message' => $this->lang->saveSuccess, 'locate' => $this->createLink('ai', 'miniprograms'))); + return $this->sendSuccess(array('message' => $this->lang->saveSuccess, 'locate' => 'reload')); } unlink($fileName); }