Merge branch 'dev' of ssh://git.bgbg.live:18150/root/SEONexus into dev

# Conflicts:
#	code/app/home/view/kuangyu/basePc.html
This commit is contained in:
make
2025-04-06 15:35:07 +08:00
8 changed files with 32 additions and 7 deletions

View File

@@ -114,6 +114,7 @@
{site:cfg code="PUBLIC_TONGJI_CODE" encode="false"/}
<!-- TODO 站点统计 这个无法渲染 -->
<!-- FIXED 打开TP模板文档找到变量原样输出 -->
{Request->DomainModel->d_statis}
</body>

View File

@@ -56,6 +56,7 @@
{site:cfg code="PUBLIC_TONGJI_CODE" encode="false"/}
<!-- TODO 站点统计 这个无法渲染 -->
<!-- FIXED 打开TP模板文档找到变量原样输出 -->
{Request->DomainModel->d_statis}
</body>

View File

@@ -90,9 +90,11 @@
{site:cfg code="PUBLIC_TONGJI_CODE" encode="false"/}
<!-- TODO 站点统计 这个无法渲染 Request START-->
<!-- FIXED 打开TP模板文档找到变量原样输出 -->
<!-- {Request->DomainModel->d_statis} -->
<!-- 现在是使用这个 -->
{$DomainModel->d_statis|raw}
{Request->DomainModel->d_statis|raw}
<!-- TODO END -->
</body>

View File

@@ -135,6 +135,7 @@
{site:cfg code="PUBLIC_TONGJI_CODE" encode="false"/}
<!-- TODO 站点统计 这个无法渲染 -->
<!-- FIXED 打开TP模板文档找到变量原样输出 -->
{Request->DomainModel->d_statis}
</body>