Browse Source

共有变量

wangjiawen 4 years ago
parent
commit
8ed6132814
1 changed files with 0 additions and 2 deletions
  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;
 	   },
 	},