From 9a075e01191468d975d748025497cc91fb124e1d Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期三, 26 七月 2023 14:24:05 +0800 Subject: [PATCH] no message --- uniapp/.hbuilderx/launch.json | 31 ++++++++++++++++++------------- 1 files changed, 18 insertions(+), 13 deletions(-) diff --git a/uniapp/.hbuilderx/launch.json b/uniapp/.hbuilderx/launch.json index 99cf98e..4e0cff3 100644 --- a/uniapp/.hbuilderx/launch.json +++ b/uniapp/.hbuilderx/launch.json @@ -4,19 +4,23 @@ "version" : "0.0", "configurations" : [ { - "app-plus" : { - "launchtype" : "local" - }, - "default" : { - "launchtype" : "local" - }, - "h5" : { - "launchtype" : "local" - }, - "mp-weixin" : { - "launchtype" : "local" - }, - "type" : "uniCloud" + "app-plus" : + { + "launchtype" : "remote" + }, + "default" : + { + "launchtype" : "local" + }, + "h5" : + { + "launchtype" : "remote" + }, + "mp-weixin" : + { + "launchtype" : "local" + }, + "type" : "uniCloud" }, { "openVueDevtools" : true, @@ -25,6 +29,7 @@ }, { "openVueDevtools" : true, + "playground" : "custom", "type" : "uni-app:app-ios" } ] -- Gitblit v1.9.3