mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-23 06:59:44 +08:00
[更新]简化代码,优化结构
This commit is contained in:
parent
0b7afcece2
commit
64ce754f87
@ -6,10 +6,10 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<link rel="shortcut icon" href="{:sysconf('browser_icon')}" />
|
<link rel="shortcut icon" href="{:sysconf('browser_icon')}" />
|
||||||
<title>{block name="title"}{$title|default=''} {if !empty($title)}-{/if} {:sysconf('site_name')}{/block}</title>
|
<title>{block name="title"}{$title|default=''} {if !empty($title)}-{/if} {:sysconf('site_name')}{/block}</title>
|
||||||
<link rel="stylesheet" href="__STATIC__/plugs/bootstrap/css/bootstrap.min.css?v={:date('ymd')}"/>
|
<link rel="stylesheet" href="__STATIC__/plugs/bootstrap/css/bootstrap.min.css?ver={:date('ymd')}"/>
|
||||||
<link rel="stylesheet" href="__STATIC__/plugs/layui/css/layui.css?v={:date('ymd')}"/>
|
<link rel="stylesheet" href="__STATIC__/plugs/layui/css/layui.css?ver={:date('ymd')}"/>
|
||||||
<link rel="stylesheet" href="__STATIC__/theme/default/css/console.css?v={:date('ymd')}">
|
<link rel="stylesheet" href="__STATIC__/theme/default/css/console.css?ver={:date('ymd')}">
|
||||||
<link rel="stylesheet" href="__STATIC__/theme/default/css/animate.css?v={:date('ymd')}">{block name="style"}{/block}
|
<link rel="stylesheet" href="__STATIC__/theme/default/css/animate.css?ver={:date('ymd')}">{block name="style"}{/block}
|
||||||
<script>window.ROOT_URL = '__ROOT__';</script>
|
<script>window.ROOT_URL = '__ROOT__';</script>
|
||||||
<script src="__STATIC__/plugs/require/require.js?v={:date('ymd')}"></script>
|
<script src="__STATIC__/plugs/require/require.js?v={:date('ymd')}"></script>
|
||||||
<script src="__STATIC__/admin/app.js?v={:date('ymd')}"></script>
|
<script src="__STATIC__/admin/app.js?v={:date('ymd')}"></script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user