[plg137200.] 1 rok pred
rodič
commit
54737f878e
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      src/renderer/components/Smart1.vue

+ 2 - 2
src/renderer/components/Smart1.vue

@@ -758,7 +758,7 @@ export default {
       //http://aagvs5.natappfree.cc/sentiment
       //http://aagvs5.natappfree.cc/sentiment
       let that = this;
       let that = this;
       axios
       axios
-        .post(`http://192.168.138.142:9999/sentiment`, { text: val })
+        .post(`http://127.0.0.1:9999/sentiment`, { text: val })
         .then((res) => {
         .then((res) => {
           console.log(res.data.sentiment);
           console.log(res.data.sentiment);
           if (
           if (
@@ -822,7 +822,7 @@ export default {
       //http://ray-thunder.natapp1.cc/chat
       //http://ray-thunder.natapp1.cc/chat
       HTTP_AXIOS({
       HTTP_AXIOS({
         method: "post",
         method: "post",
-        url: `http://192.168.138.142:9998/chat`,
+        url: `http://127.0.0.1:9998/chat`,
         data: { text: list },
         data: { text: list },
         timeout: 300000,
         timeout: 300000,
       })
       })