Browse Source

Merge branch 'test' of http://192.168.2.236:10080/zhouna/AIPlatform into test

zhangxc 4 years ago
parent
commit
9c90de266f
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}}