瀏覽代碼

共有变量

wangjiawen 4 年之前
父節點
當前提交
8ed6132814
共有 1 個文件被更改,包括 0 次插入2 次删除
  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;
 	   },
 	},