{% block title %}
{% tdk with name="Title" siteName=true %}
{% endblock %}
{%- tdk canonical with name="CanonicalUrl" %} {%- if canonical %}
{%- endif %}
欢迎光临{% system with name="SiteName" %}官方网站
安企介绍
联系我们
网站地图
{% if !userInfo %}
登录/注册
{% endif %} {% if userInfo %}
欢迎:{{userInfo.UserName}}
退出
{% endif %}
24小时客服热线:
{% contact with name="Cellphone" %}
{% navList navList with typeId=1 %} {%- for item in navList %}
{{item.Title}}
{%- if item.NavList %}
{%- for inner in item.NavList %}
{{inner.Title}}
{% endfor %}
{% endif %}
{% endfor %} {% endnavList %}
{% block container %}
请不要编辑这里
{% endblock %} {% block footer %} {% endblock %}
{{- pluginJsCode|safe }}