xuzuoyun 5 gadi atpakaļ
vecāks
revīzija
6ef40041e0
2 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 1 1
      src/views/modules/video/video.vue
  2. 2 2
      vue.config.js

+ 1 - 1
src/views/modules/video/video.vue

@@ -258,7 +258,7 @@ export default {
             } else {
               clearInterval(interval)
             }
-          }, 10000)
+          }, 100)
         }
       })
     },

+ 2 - 2
vue.config.js

@@ -64,8 +64,8 @@ module.exports = {
          }
        },*/
       '/jeecg-boot': {
-        target: 'http://39.106.184.70:8080', //请求本地 需要jeecg-boot后台项目
-        // target: 'http://192.168.2.132:8080', //请求本地 需要jeecg-boot后台项目
+        // target: 'http://39.106.184.70:8080', //请求本地 需要jeecg-boot后台项目
+        target: 'http://192.168.2.132:8080', //请求本地 需要jeecg-boot后台项目
         // target: 'http://192.168.43.23:8080', //请求本地 需要jeecg-boot后台项目
         ws: false,
         changeOrigin: true