From aaae9c0a6ecda07e3a1494d9dff124df97e062ce Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 16 七月 2024 16:33:58 +0800 Subject: [PATCH] 提交 --- .hbuilderx/launch.json | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 0c2e437..a2cdf7b 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -6,10 +6,15 @@ "type" : "uni-app:app-android" }, { - "app-plus" : { - "launchtype" : "local" - }, - "type" : "uniCloud" + "app-plus" : + { + "launchtype" : "local" + }, + "h5" : + { + "launchtype" : "local" + }, + "type" : "uniCloud" } ] } -- Gitblit v1.9.2