Browse Source

培训计划

tiaosheng-ms
xuesinan 4 years ago
parent
commit
8049daa38a
  1. 2
      index.html

2
index.html

@ -111,7 +111,7 @@
getTrainPlan(){
var that = this
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