bill пре 2 година
родитељ
комит
bb39d67cdd
2 измењених фајлова са 10 додато и 6 уклоњено
  1. 0 4
      public/static/lib/potree/potree.js.map
  2. 10 2
      vue.config.js

Разлика између датотеке није приказан због своје велике величине
+ 0 - 4
public/static/lib/potree/potree.js.map


+ 10 - 2
vue.config.js

@@ -12,16 +12,24 @@ if (isDev) {
 const devServer = {
 const devServer = {
     disableHostCheck: true,
     disableHostCheck: true,
     headers: {
     headers: {
+        Connection: 'keep-alive',
         'Cache-Control': 'no-store'
         'Cache-Control': 'no-store'
     },
     },
     proxy: {
     proxy: {
         '/service': {
         '/service': {
             target: 'https://test.4dkankan.com/',
             target: 'https://test.4dkankan.com/',
-            changeOrigin: true
+            changeOrigin: true,
+            headers: {
+                Connection: 'keep-alive',
+            }
         },
         },
         '/smart-site': {
         '/smart-site': {
             target: 'https://test.4dkankan.com/',//'http://192.168.0.152:8111', //
             target: 'https://test.4dkankan.com/',//'http://192.168.0.152:8111', //
-            changeOrigin: true
+            changeOrigin: true,
+            headers: {
+                Connection: 'keep-alive',
+            }
+            
         }
         }
     }
     }
 }
 }