* fix for create project.

This commit is contained in:
wangyidong
2022-09-21 14:20:57 +08:00
parent ae887f4a2c
commit d4f7d6725f
2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ if(strpos($_SERVER['HTTP_USER_AGENT'], 'xuanxuan') !== false) $bodyClass .= ' xx
<?php if(isset($this->config->resetNavGroup)):?>
<script>
<?php foreach($this->config->resetNavGroup as $key => $value):?>
parent.navGroup.<?php echo $key?> = '<?php echo $value?>';
if(typeof(parent.navGroup.<?php echo $key?>) != 'undefined') parent.navGroup.<?php echo $key?> = '<?php echo $value?>';
<?php endforeach;?>
</script>
<?php endif;?>