|
@@ -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;
|
|
|
},
|
|
|
},
|