|
@@ -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") {
|