- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>{block name="title"}志远装饰数字化管理平台{/block}</title>
- {block name="head"}{include file="public/head"}{/block}
- </head>
- {block name="body"}{/block}
- <script src="__LAYUI__/layui/layui.js"></script>
- {block name="js"}
- {/block}
- </html>
|