Browse Source

培训计划

tiaosheng-ms
xuesinan 4 years ago
parent
commit
7e115496eb
  1. 3
      index.html

3
index.html

@ -111,8 +111,7 @@
getTrainPlan(){
var that = this
console.log("https://www.tall.wiki/gateway/sports/training/get");
fetch(`https://www.tall.wiki/gateway/sports/training/get?projectId=${this.projectId}`)
fetch(`https://www.tall.wiki/gateway/sports/training/get?projectId=${this.projectId}`, {method: 'post'})
.then(function(response) {
return response.json();
})

Loading…
Cancel
Save