答案提示换行

ui
4 years ago
parent f552752467
commit 8d150ca044
  1. 4
      src/views/Home.vue

@ -186,8 +186,8 @@ export default {
this.studentId = this.getCookie("studentId");
this.$get(this.api.ProjectId, {
projectId: this.projectId,
// studentId: this.studentId
studentId: 54
studentId: this.studentId
// studentId: 54
})
.then(res => {
if(workBench.length){

Loading…
Cancel
Save