Browse Source

Merge branch 'master' of http://101.126.133.7:9001/www/kgfa-web

Rmengdi 1 tuần trước cách đây
mục cha
commit
4f7ac92bc4
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      vue.config.js

+ 3 - 2
vue.config.js

@@ -17,7 +17,7 @@ module.exports = defineConfig({
       },
       ['/api/kgqa']: {
         // target: 'http://192.168.0.107:7073',
-        target: 'http://192.168.0.103:7074',
+        target: 'http://localhost:7074',
         ws: false,
         changeOrigin: true,
         pathRewrite: {
@@ -25,7 +25,8 @@ module.exports = defineConfig({
         }
       },
       ['/api/knowledge_base']: {
-        target: 'http://192.168.0.103:7861',
+        // target: 'http://192.168.0.103:7861',
+        target: 'http://localhost:7861',
         ws: false,
         changeOrigin: true,
         pathRewrite: {