diff --git a/code/app/home/view/haoZi/baseH5.html b/code/app/home/view/haoZi/baseH5.html
index 5f8e2e6..b729099 100644
--- a/code/app/home/view/haoZi/baseH5.html
+++ b/code/app/home/view/haoZi/baseH5.html
@@ -41,7 +41,13 @@
+ {if $DomainModel->info_id > 0}
- 首页
+ - 小说首页
+ {else}
+ - 首页
+ {/if}
+
- 排行
- 全本
- 分类
diff --git a/code/app/home/view/haoZi/basePc.html b/code/app/home/view/haoZi/basePc.html
index 80992dc..d39ec12 100644
--- a/code/app/home/view/haoZi/basePc.html
+++ b/code/app/home/view/haoZi/basePc.html
@@ -33,6 +33,17 @@
+ {if $DomainModel->info_id > 0}
+ -
+ 首 页
+
+ - 小说首页
+ {else}
+ -
+ 首 页
+
+ {/if}
+
- 首页
- 总排行
diff --git a/doc/域名.xlsx b/doc/域名.xlsx
index b3c6831..99c9af4 100644
Binary files a/doc/域名.xlsx and b/doc/域名.xlsx differ