避免出现重复嵌套现象

pull/101/head
PPPSCN 2019-03-03 09:21:40 +08:00
parent ad0f4fe08a
commit 440350f8f5
2 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,9 @@
<head>
<!-- 加载样式及META信息 -->
{include file="common/meta" /}
<script type="text/javascript">
if(self != top) { top.location = self.location; }
</script>
</head>
<body class="hold-transition skin-green sidebar-mini fixed {if $config.fastadmin.multiplenav}multiplenav{/if}" id="tabs">
<div class="wrapper">

View File

@ -2,7 +2,9 @@
<html lang="en">
<head>
{include file="common/meta" /}
<script type="text/javascript">
if(self != top) { top.location = self.location; }
</script>
<style type="text/css">
body {
color:#999;