* fix ai app import modal not closing.

This commit is contained in:
liwenrui
2024-02-28 14:55:48 +08:00
parent b579148ca5
commit 2f66102cfa
+1 -1
View File
@@ -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);
}