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 | 18 +++++++++++------- 1 files changed, 11 insertions(+), 7 deletions(-) diff --git a/vue.config.js b/vue.config.js index 541395b..be8182d 100644 --- a/vue.config.js +++ b/vue.config.js @@ -74,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: 'http://localhost:8080/', + // 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": { @@ -101,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