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