wangjiawen hace 4 años
padre
commit
8ed6132814
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      components/detail/Detail.vue

+ 0 - 2
components/detail/Detail.vue

@@ -89,10 +89,8 @@ export default {
 	onReady() {},
 	computed:{
 	   backStageIp:function(){
-		   console.log(this.$store.state.wholeSituationBackStageIp);
 		  return this.$store.state.wholeSituationBackStageIp;
 	   }, backStagePort:function(){
-		   console.log(this.$store.state.wholeSituationBackStagePort);
 		  return this.$store.state.wholeSituationBackStagePort;
 	   },
 	},