mirror of https://gitee.com/karson/fastadmin.git
避免出现重复嵌套现象
parent
ad0f4fe08a
commit
440350f8f5
|
|
@ -3,6 +3,9 @@
|
||||||
<head>
|
<head>
|
||||||
<!-- 加载样式及META信息 -->
|
<!-- 加载样式及META信息 -->
|
||||||
{include file="common/meta" /}
|
{include file="common/meta" /}
|
||||||
|
<script type="text/javascript">
|
||||||
|
if(self != top) { top.location = self.location; }
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body class="hold-transition skin-green sidebar-mini fixed {if $config.fastadmin.multiplenav}multiplenav{/if}" id="tabs">
|
<body class="hold-transition skin-green sidebar-mini fixed {if $config.fastadmin.multiplenav}multiplenav{/if}" id="tabs">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,9 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
{include file="common/meta" /}
|
{include file="common/meta" /}
|
||||||
|
<script type="text/javascript">
|
||||||
|
if(self != top) { top.location = self.location; }
|
||||||
|
</script>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
color:#999;
|
color:#999;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue