luolei 4 years ago
parent
commit
bc65e50d5b
1 changed files with 7 additions and 1 deletions
  1. 7 1
      src/html/index.html

+ 7 - 1
src/html/index.html

@@ -38,7 +38,13 @@
         {{if subMenuList.length}}
         <ul>
             {{each subMenuList}}
-            <li class="page" code="${code}">${name}</li>
+                {{if isPlacefile!=1&&code!='YH-ZKK-BASYHGLZB_XQ'&&code!='YH-ZKK-CYRSTJ'&&code!='YH-ZKK-ZKHCTJ'}}
+                    <li class="page" code="${code}">${name}</li>
+                {{else}}
+                    {{if isPlacefile==1&&code!='YH-ZKK-RYRSTJ'}}
+                        <li class="page" code="${code}">${name}</li>
+                    {{/if}}
+                {{/if}}
             {{/each}}
         </ul>
         {{/if}}