diff --git a/nezha-fronted/src/components/common/pagination.vue b/nezha-fronted/src/components/common/pagination.vue index 5771a4a32..8e96702cc 100644 --- a/nezha-fronted/src/components/common/pagination.vue +++ b/nezha-fronted/src/components/common/pagination.vue @@ -149,7 +149,7 @@ export default { immediate:true, deep:true, handler(n,o){ - console.log(n,n) + // console.log(n,n) } } } diff --git a/nezha-fronted/src/components/common/rightBox/moduleBox.vue b/nezha-fronted/src/components/common/rightBox/moduleBox.vue index f8be462b0..42ae8d3b7 100644 --- a/nezha-fronted/src/components/common/rightBox/moduleBox.vue +++ b/nezha-fronted/src/components/common/rightBox/moduleBox.vue @@ -626,7 +626,6 @@ }, // 新增label addLabel() { - console.log(123123); this.editModule.labelModule.push({key: '', value: ''}); this.$nextTick(() => { this.$refs.labelBoxScrollbar.update(); diff --git a/nezha-fronted/src/components/page/asset/asset.vue b/nezha-fronted/src/components/page/asset/asset.vue index 417632e20..30155cefe 100644 --- a/nezha-fronted/src/components/page/asset/asset.vue +++ b/nezha-fronted/src/components/page/asset/asset.vue @@ -37,7 +37,7 @@ {{scope.row.idc.name}}
{{scope.row.model.name}} @@ -129,7 +129,8 @@ {{scope.row.model.vendor.value}}
- {{returnData(scope.row.purchaseDate)}} + {{scope.row.purchaseDate}} + ==
{{getPrincipalName(scope.row.idc.principal)}} diff --git a/nezha-fronted/src/components/page/dashboard/overview/overview2.vue b/nezha-fronted/src/components/page/dashboard/overview/overview2.vue index 3919f39db..f3a8c9edc 100644 --- a/nezha-fronted/src/components/page/dashboard/overview/overview2.vue +++ b/nezha-fronted/src/components/page/dashboard/overview/overview2.vue @@ -989,7 +989,6 @@ } let shadowMarker=null; let marker=null; - console.log(dcStat); if(dcInfo.state==='ON'){ let hasAlert=dcStat.alertP1!=0||dcStat.alertP2!=0||dcStat.alertP3!=0||dcStat.assetPingDown!=0||dcStat.endpointDown!=0||dcStat.promDown!=0; shadowMarker=L.circleMarker([dcInfo.latitude,dcInfo.longitude], {opacity:0,fillOpacity: 0, radius: symbolSize+10});