From bcabffb94b911b372d1b91dd78af54f25be2efd0 Mon Sep 17 00:00:00 2001 From: hufangzhou <746775970@qq.com> Date: Wed, 7 Apr 2021 14:39:46 +0800 Subject: [PATCH] * Adjust the code. --- module/common/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/model.php b/module/common/model.php index 3bc439eb29..118bb7b954 100644 --- a/module/common/model.php +++ b/module/common/model.php @@ -692,7 +692,7 @@ class commonModel extends model $subActive = 'active'; $label = $subLabel; } - $dropMenu .= "
  • " . html::a($subLink, $subLabel) . '
  • '; + $dropMenu .= "
  • " . html::a($subLink, $subLabel, '', "data-app='$openApp'") . '
  • '; } if(empty($dropMenu)) continue;