heyujie
2021-11-03 a827dbadd7dcc86067cb71d36a62abbf3418a91f
src/pages/analysisPower/index/App.vue
@@ -285,7 +285,7 @@
  methods: {
    ipSortMethod(a,b){
      console.log(a,b);
      debugger
      // debugger
      if(Number(a.ip.substr(a.ip.lastIndexOf('.')+1)) < Number(b.ip.substr(b.ip.lastIndexOf('.')+1))){
        return -1;
      }