From b47da15ef38b754aa9ead53279a689ef0ba8e23f Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期五, 29 一月 2021 09:46:59 +0800
Subject: [PATCH] 事件声音列表获取字段由data.list改为data

---
 vue.config.js |   22 ++++++++++++++++------
 1 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index 47db11c..be8182d 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -60,6 +60,12 @@
   },
   productionSourceMap: false,
   filenameHashing: false,
+  pwa: {
+    iconPaths: {
+      favicon32: 'favicon.ico',
+      favicon16: 'favicon.ico'
+    }
+  },
   devServer: {
     proxy: {
       '/track': {
@@ -68,20 +74,24 @@
         changeOrigin: true,
       },
       '/ws': {
-        target: 'http://192.168.20.10:7003',
+        target: 'http://192.168.20.189:7003',
         // ws: true,
         changeOrigin: true,
       },
       "/data/api-v/app/findAllApp": {
-        target: '/',
+        // target: '/',
         target: 'http://localhost:8080/',
         changeOrigin: true,
         pathRewrite: {
           '^/data/api-v/app/findAllApp': 'apps.json'
         }
       },
+      "/api-c": {
+        target: 'http://192.168.20.113:8004',
+        changeOrigin: true
+      },
       "/api-v": {
-        target: 'http://192.168.20.10:8000',
+        target: 'http://192.168.20.189:8888',
         changeOrigin: true
       },
       "/api-f": {
@@ -95,15 +105,15 @@
         changeOrigin: true
       },
       "/api-u": {
-        target: 'http://192.168.20.10:8000',
+        target: 'http://192.168.20.189:8888',
         changeOrigin: true
       },
       "/httpImage": {
-        target: 'http://192.168.20.10:7003',
+        target: 'http://192.168.20.189:7003',
         changeOrigin: true, //寮�鍚唬鐞�
       },
       "/files": {
-        target: 'http://192.168.20.10:7003',
+        target: 'http://192.168.20.189:7003',
         changeOrigin: true, //寮�鍚唬鐞�
       }
     }

--
Gitblit v1.8.0