|
@@ -91,7 +91,7 @@ async function getMenuList() {
|
|
|
let res = await sysTypeWarnList({ type: 'fire' });
|
|
|
if (res.length != 0) {
|
|
|
menuList.length = 0;
|
|
|
- menuList1.external = res.external;
|
|
|
+ menuList1.external = res.external.filter(v=>v.strtype!='sys_surface_caimei');
|
|
|
menuList1.internal = res.internal;
|
|
|
menuList1.info = res.info;
|
|
|
if (!activeIndex.value && menuList1.internal && menuList1.internal.length > 0) {
|