mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 05:52:43 +08:00
完善配置模块
This commit is contained in:
parent
b7208b9096
commit
fd3e9d4c20
@ -9,18 +9,15 @@
|
||||
<link rel="stylesheet" href="__STATIC__/plugs/bootstrap/css/bootstrap.min.css"/>
|
||||
<link rel="stylesheet" href="__STATIC__/plugs/layui/css/layui.css"/>
|
||||
<link rel="stylesheet" href="__STATIC__/theme/default/css/console.css">
|
||||
<link rel="stylesheet" href="__STATIC__/theme/default/css/animate.css">
|
||||
{block name="style"}{/block}
|
||||
<link rel="stylesheet" href="__STATIC__/theme/default/css/animate.css">{block name="style"}{/block}
|
||||
<script>window.ROOT_URL = '__ROOT__';</script>
|
||||
<script src="__STATIC__/plugs/require/require.js"></script>
|
||||
<script src="__STATIC__/admin/app.js"></script>
|
||||
</head>
|
||||
{block name="bodyTag"}
|
||||
<body>
|
||||
{block name="body"}
|
||||
{/block}
|
||||
{block name="script"}
|
||||
{/block}
|
||||
{block name="body"}{/block}
|
||||
{block name="script"}{/block}
|
||||
</body>
|
||||
{/block}
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user