Commit fcd6f884 by 杨树贤

修复

parent 435ea5a7
Showing with 2 additions and 2 deletions
......@@ -179,9 +179,9 @@ function DeleteMenu($menu, $find)
function iframeUrl($Url)
{
if (strstr($Url, '?') === false) {
$Url .= '?view=iframe';
$Url .= '?view=iframe&from=supplier';
} else {
$Url .= '&view=iframe';
$Url .= '&view=iframe&from=supplier';
}
return $Url;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment