Sfoglia il codice sorgente

发布新版本4.0.87

guozhibo 1 anno fa
parent
commit
302bade1c7
2 ha cambiato i file con 14 aggiunte e 14 eliminazioni
  1. 1 1
      package.json
  2. 13 13
      webpack.dev.js

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "client-base-v4",
   "description": "Leanwo Prodog Client",
-  "version": "4.0.86",
+  "version": "4.0.87",
   "author": "yangzhijie1488 <yangzhijie1488@163.com>",
   "scripts": {
     "ins": "npm install --registry http://wuzhixin.vip:4873",

+ 13 - 13
webpack.dev.js

@@ -62,78 +62,78 @@ module.exports = WebpackMerge.merge(baseConfig, {
     
     proxy: {
       '/api': {
-        target: 'http://192.168.1.5:10025/',
+        target: 'http://192.168.1.8:10025/',
         ws: false,
         changeOrigin: true,
         secure:true,
       },
       '/static': {
-        target: 'http://192.168.1.5:10025/',
+        target: 'http://192.168.1.8:10025/',
         ws: false,
         changeOrigin: true,
         secure:true,
       },
       '/content': {
-        target: 'http://192.168.1.5:10025/',
+        target: 'http://192.168.1.8:10025/',
         ws: false,
         changeOrigin: true,
         secure:true,
       },
       '/dashboard': {
-        target: 'http://192.168.1.5:10025/',
+        target: 'http://192.168.1.8:10025/',
         ws: false,
         changeOrigin: true,
         secure:true,
       },
       '/assets': {
-        target: 'http://192.168.1.5:10025/',
+        target: 'http://192.168.1.8:10025/',
         ws: false,
         changeOrigin: true,
         secure:true,
       },
       '/mock': {
-        target: 'http://192.168.1.5:10025/',
+        target: 'http://192.168.1.8:10025/',
         ws: false,
         changeOrigin: true,
         secure:true,
       },
       '/authApi': {
-        target: 'http://192.168.1.5:10025/',
+        target: 'http://192.168.1.8:10025/',
         ws: false,
         changeOrigin: true,
         secure:true,
       },
       '/Dictionary': {
-        target: 'http://192.168.1.5:10025/',
+        target: 'http://192.168.1.8:10025/',
         ws: false,
         changeOrigin: true,
         secure:true,
       },
       '/Files': {
-        target: 'http://192.168.1.5:10025/',
+        target: 'http://192.168.1.8:10025/',
         ws: false,
         changeOrigin: true,
         secure:true,
       },
       '/WebSocket': {
-        target: 'http://192.168.1.5:10025/',
+        target: 'http://192.168.1.8:10025/',
         ws: true,
         changeOrigin: true,
       },
       '/TrainVideo': {
-        target: 'http://192.168.1.5:10025/',
+        target: 'http://192.168.1.8:10025/',
         ws: true,
         changeOrigin: true,
       },
       '/module': {
-        target: 'http://192.168.1.5:10025/',
+        target: 'http://192.168.1.8:10025/',
         ws: true,
         changeOrigin: true,
         secure:true,
       },
     },
     client: {
-      overlay: false //解决ResizeObserver loop completed with undelivered notifications
+      overlay: false, //解决ResizeObserver loop completed with undelivered notifications
     },
   },