* The default URL is not the first one in backs, but the first one that can be matched in backs in the path record of the page opened by the user.

This commit is contained in:
daitingting
2024-01-09 02:50:48 +00:00
parent f25ae7f711
commit f2573bf044
-6
View File
@@ -77,12 +77,6 @@ class backBtn extends btn
elseif(isset($backs[$app->rawModule]))
{
$props['data-back'] = $backs[$app->rawModule];
if(!$this->prop('url'))
{
$backLinks = explode(',', $backs[$app->rawModule]);
$props['data-url'] = $backLinks[0];
}
}
else
{