Update full.html

This commit is contained in:
邹景立 2022-07-11 23:11:27 +08:00
parent 464faac034
commit 150e1f16bf

View File

@ -15,11 +15,7 @@
<link rel="stylesheet" href="__ROOT__/static/extra/style.css?at={:date('md')}"> <link rel="stylesheet" href="__ROOT__/static/extra/style.css?at={:date('md')}">
{block name="style"}{/block} {block name="style"}{/block}
<script src="__ROOT__/static/plugs/jquery/pace.min.js"></script> <script src="__ROOT__/static/plugs/jquery/pace.min.js"></script>
<script> <script src="{:url('admin/api.plugs/script',[],false,false)}"></script>
window.taDebug = '{:intval($app->isDebug())}' > 0;
window.taEditor = '{:sysconf("base.editor")?:"ckeditor4"}';
window.tapiRoot = '{:sysuri("admin/index/index",[],false)}';
</script>
</head> </head>
<body class="layui-layout-body"> <body class="layui-layout-body">
{block name='body'} {block name='body'}