mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +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/bootstrap/css/bootstrap.min.css"/>
|
||||||
<link rel="stylesheet" href="__STATIC__/plugs/layui/css/layui.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/console.css">
|
||||||
<link rel="stylesheet" href="__STATIC__/theme/default/css/animate.css">
|
<link rel="stylesheet" href="__STATIC__/theme/default/css/animate.css">{block name="style"}{/block}
|
||||||
{block name="style"}{/block}
|
|
||||||
<script>window.ROOT_URL = '__ROOT__';</script>
|
<script>window.ROOT_URL = '__ROOT__';</script>
|
||||||
<script src="__STATIC__/plugs/require/require.js"></script>
|
<script src="__STATIC__/plugs/require/require.js"></script>
|
||||||
<script src="__STATIC__/admin/app.js"></script>
|
<script src="__STATIC__/admin/app.js"></script>
|
||||||
</head>
|
</head>
|
||||||
{block name="bodyTag"}
|
{block name="bodyTag"}
|
||||||
<body>
|
<body>
|
||||||
{block name="body"}
|
{block name="body"}{/block}
|
||||||
{/block}
|
{block name="script"}{/block}
|
||||||
{block name="script"}
|
|
||||||
{/block}
|
|
||||||
</body>
|
</body>
|
||||||
{/block}
|
{/block}
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user