Procházet zdrojové kódy

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

Rmengdi před 1 týdnem
rodič
revize
4f7ac92bc4
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  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: {