ソースを参照

SP60云服务登录选择页默认屏蔽

felix 1 年間 前
コミット
e7d814c2ad
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Vinno.FIS.Sonopost/Assets/wwwroot/js/index.js

+ 1 - 1
Vinno.FIS.Sonopost/Assets/wwwroot/js/index.js

@@ -313,7 +313,7 @@ $(async function () {
                 }
                 let eleChild = $(`<dl class="layui-nav-child"></dl>`);
                 route.children.forEach(x => {
-                    if (x.isSonopostBrowser) {
+                    if (!x.isSonopostBrowser) {
                         eleChild.append(createSubMenuEle(x));
                     }
                     else if (localStorage.getItem("IsSonopostBrowser") !== "true") {