wangjiawen %!s(int64=4) %!d(string=hai) anos
pai
achega
8ed6132814
Modificáronse 1 ficheiros con 0 adicións e 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;
 	   },
 	},