Commit 174c60e5 authored by limingzhe's avatar limingzhe

fix: debug

parent 9b58261f
......@@ -622,7 +622,7 @@ export default class NewClass extends middleLayerBase {
const reportData = this.studyRecord.reportData(this.studyRecordModel);
// 在这里处理网络请求
this.callNetworkApiPostNew(`insights/v1/study-analysis`, {
this.callNetworkApiPostNew(`api/insights/v1/study-analysis`, {
...this.studyRecordModel,
recordData: reportData
}, res => {
......
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