From 6feeaf919ed84f90de1e0b6ef3c16eeed510a057 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Sat, 28 Sep 2024 15:08:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=A1=B5=E9=9D=A2=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=EF=BC=8C=E5=BC=80=E5=8F=91=E6=96=87?= =?UTF-8?q?=E6=A1=A3=EF=BC=8C=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2=EF=BC=8C?= =?UTF-8?q?=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 11 ++++- pageLineUp/callRecord.vue | 12 +++--- pages.json | 89 ++++++++++++++++++++++++--------------- pages/index/index.vue | 15 +++++-- pages/login/index.vue | 8 +++- 开发文档.md | 6 ++- 6 files changed, 96 insertions(+), 45 deletions(-) diff --git a/manifest.json b/manifest.json index eec5382..23d533f 100644 --- a/manifest.json +++ b/manifest.json @@ -223,7 +223,16 @@ "pathRewrite" : { "/ysk" : "" } - } + }, + "/ww" : { + // 需要被代理的后台地址 + "target" : "http://192.168.1.15:8000", + "changeOrigin" : true, + "secure" : false, + "pathRewrite" : { + "/ww" : "" + } + } } } }, diff --git a/pageLineUp/callRecord.vue b/pageLineUp/callRecord.vue index 9a7b52a..69f899e 100644 --- a/pageLineUp/callRecord.vue +++ b/pageLineUp/callRecord.vue @@ -77,12 +77,12 @@