Commit 66aab9a1 authored by limingzhe's avatar limingzhe

fix: debug

parent 43912025
......@@ -165,7 +165,7 @@ export default class NewClass extends middleLayerBase {
async getUserInfo(data = {}) {
let res = await this.asyncCallNetworkApiGet(`/api/jj/v1/user/info`, data);
let res = await this.asyncCallNetworkApiGet(`api/jj/v1/user/info`, data);
if (res.code != 200) {
global.middleLayer.showTips(res.msg);
......@@ -309,7 +309,7 @@ export default class NewClass extends middleLayerBase {
return;
}
this.callNetworkApiPostNew(`/api/app_source/v1/student/homework/finished`, {
this.callNetworkApiPostNew(`api/app_source/v1/student/homework/finished`, {
syllabus_id: this.curSyllabusId,
homework_id: this.curHomeworkId,
result: JSON.stringify(data || {}),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment