From 5f7c1b74471260204a9c24790a9a1f443b1fef2d Mon Sep 17 00:00:00 2001 From: xiangxy Date: Mon, 29 Apr 2024 17:26:09 +0800 Subject: [PATCH] chagne --- .hbuilderx/launch.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index a97fd25..94f84bb 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -14,7 +14,11 @@ { "launchtype" : "local" }, - "type" : "uniCloud" + "type" : "uniCloud", + "uniapp" : + { + "launchtype" : "local" + } } ] }