|
@@ -431,7 +431,7 @@ export default {
|
|
|
},
|
|
|
timerRefresh() {
|
|
|
//this.echartsInit();
|
|
|
- axios.get(`http://localhost:5100/api/platform/${this.platformID}/getMsgStatus`)
|
|
|
+ axios.get(`http://192.168.5.22:5200/api/platform/${this.platformID}/getMsgStatus`)
|
|
|
.then(response => {
|
|
|
this.VUParams[1].value = response.data.startUp
|
|
|
this.VUParams[2].value = response.data.quite
|
|
@@ -439,7 +439,7 @@ export default {
|
|
|
})
|
|
|
.catch(error => {
|
|
|
});
|
|
|
- axios.get(`http://localhost:5100/api/platform/${this.platformID}/getMsgList`)
|
|
|
+ axios.get(`http://192.168.5.22:5200/api/platform/${this.platformID}/getMsgList`)
|
|
|
.then(response => {
|
|
|
|
|
|
this.inbox = response.data
|
|
@@ -448,7 +448,7 @@ export default {
|
|
|
})
|
|
|
.catch(error => {
|
|
|
});
|
|
|
- axios.get(`http://localhost:5100/api/platform/${this.platformID}/getOutMsgList`)
|
|
|
+ axios.get(`http://192.168.5.22:5200/api/platform/${this.platformID}/getOutMsgList`)
|
|
|
.then(response => {
|
|
|
|
|
|
this.outbox = response.data
|
|
@@ -457,7 +457,7 @@ export default {
|
|
|
})
|
|
|
.catch(error => {
|
|
|
});
|
|
|
- axios.get(`http://localhost:5100/api/platform/${this.platformID}/getTeamMemberByID`)
|
|
|
+ axios.get(`http://192.168.5.22:5200/api/platform/${this.platformID}/getTeamMemberByID`)
|
|
|
.then(response => {
|
|
|
let temp = []
|
|
|
this.nodes = []
|