|
@@ -799,7 +799,7 @@ export default {
|
|
|
"createTime": this.task.createTime,
|
|
|
"datetime": this.task.datetime
|
|
|
};
|
|
|
- Http.post('/recommendationtest/querywithparam',task).then((res)=>{
|
|
|
+ Http.post('/recommendationtest/query',task).then((res)=>{
|
|
|
window.open('http://59.42.10.54:7477/userinformation.html');
|
|
|
})
|
|
|
},
|