Przeglądaj źródła

修改推荐跳转界面

郭超 4 lat temu
rodzic
commit
18031a6bd8
1 zmienionych plików z 2 dodań i 1 usunięć
  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');
       })
     },