From f5780e0b6d5f4663b5e06ad93a1ef34dd3cd7bd1 Mon Sep 17 00:00:00 2001 From: linfeng <2445465217@qq.com> Date: Thu, 16 Nov 2023 13:38:49 +0800 Subject: [PATCH] =?UTF-8?q?H5=E7=AB=AF=E5=8F=A3=E4=BF=AE=E6=94=B9=20?= =?UTF-8?q?=E9=81=BF=E5=85=8D=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/linfeng-community-uniapp-ky/manifest.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main/resources/static/linfeng-community-uniapp-ky/manifest.json b/src/main/resources/static/linfeng-community-uniapp-ky/manifest.json index 2fbaf63..b1f4764 100644 --- a/src/main/resources/static/linfeng-community-uniapp-ky/manifest.json +++ b/src/main/resources/static/linfeng-community-uniapp-ky/manifest.json @@ -75,5 +75,10 @@ "uniStatistics" : { "enable" : false }, - "vueVersion" : "2" + "vueVersion" : "2", + "h5" : { + "devServer" : { + "port" : 8002 + } + } }