From ec1e26961611f0ba8870acef1a390d92bf71eb7e Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: Wed, 25 Sep 2024 16:16:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_src/config/index.js | 4 ++-- web_src/src/components/StreamPushList.vue | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/web_src/config/index.js b/web_src/config/index.js index 9d24d1ba..50e92edd 100644 --- a/web_src/config/index.js +++ b/web_src/config/index.js @@ -12,14 +12,14 @@ module.exports = { assetsPublicPath: '/', proxyTable: { '/debug': { - target: 'http://127.0.0.1:18082', + target: 'http://127.0.0.1:18080', changeOrigin: true, pathRewrite: { '^/debug': '/' } }, '/static/snap': { - target: 'http://127.0.0.1:18082', + target: 'http://127.0.0.1:18080', changeOrigin: true, // pathRewrite: { // '^/static/snap': '/static/snap' diff --git a/web_src/src/components/StreamPushList.vue b/web_src/src/components/StreamPushList.vue index 24b466e1..8e89c6bf 100755 --- a/web_src/src/components/StreamPushList.vue +++ b/web_src/src/components/StreamPushList.vue @@ -58,8 +58,6 @@ - -