소스 검색

修改推荐跳转界面

郭超 4 년 전
부모
커밋
18031a6bd8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/components/task/Task.vue

+ 2 - 1
src/components/task/Task.vue

@@ -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');
       })
     },