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" + } } ] }