19 lines
617 B
HTML
19 lines
617 B
HTML
<!--
|
|
* @Author: TaoLer <alipay_tao@qq.com>
|
|
* @Date: 2021-12-06 16:04:51
|
|
* @LastEditTime: 2022-05-10 12:51:38
|
|
* @LastEditors: TaoLer
|
|
* @Description: 搜索引擎SEO优化设置
|
|
* @FilePath: \TaoLer\view\taoler\index\public\index-static.html
|
|
* Copyright (c) 2020~2022 https://www.aieok.com All rights reserved.
|
|
-->
|
|
<div class="layui-row fly-panel-main" style="padding: 15px;">
|
|
<div class="layui-clear fly-list-quick">
|
|
{volist name="fastlinks" id="vo"}
|
|
<div class="layui-col-xs6">
|
|
<div><a href="{$Request.domain}{$vo.slid_href}" target="_blank">{$vo.slid_name}</a></div>
|
|
</div>
|
|
{/volist}
|
|
</div>
|
|
</div>
|