* [bug#53938,done,0.2h] fix back btn bug.

This commit is contained in:
sunguangming
2024-08-15 13:08:57 +08:00
committed by 王怡栋
parent 21ed16b5cb
commit 28a787dee1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ detailBody
(
set::prefix
(
array(array('icon' => 'back', 'text' => $lang->goback, 'url' => 'javascript:goBack("design-browse")'))
array(array('icon' => 'back', 'text' => $lang->goback, 'data-back' => 'design-browse,projectstory-track,my-effort,my-index', 'className' => 'open-url'))
),
set::main($operateMenus),
set::suffix($commonActions),