Browse Source

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

felix 1 year ago
parent
commit
e7d814c2ad
1 changed files with 1 additions and 1 deletions
  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") {