|
|
@ -320,7 +320,7 @@ export default {
|
|
|
|
return "";
|
|
|
|
return "";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return this.monitor.pathName.substr(0, this.monitor.pathName.lastIndexOf("/"));
|
|
|
|
return this.monitor.pathName.substr(0, this.monitor.pathName.lastIndexOf("/"));
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
pushURL() {
|
|
|
|
pushURL() {
|
|
|
|
return this.$root.baseURL + "/api/push/" + this.monitor.pushToken + "?status=up&msg=OK&ping=";
|
|
|
|
return this.$root.baseURL + "/api/push/" + this.monitor.pushToken + "?status=up&msg=OK&ping=";
|
|
|
|