From 1893d76dbe8f66d8aaf55d4863bb6857a9590c2c Mon Sep 17 00:00:00 2001 From: ndbs Date: Mon, 27 Jun 2022 11:52:22 +0800 Subject: [PATCH] 1 --- .../LearunApp-2.2.0/.hbuilderx/launch.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/.hbuilderx/launch.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/.hbuilderx/launch.json index 501e01c82..b9c0a3291 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/.hbuilderx/launch.json +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/.hbuilderx/launch.json @@ -2,10 +2,15 @@ // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 "version": "0.0", "configurations": [{ - "type": "uniCloud", - "default": { - "launchtype": "remote" - } - } + "app-plus" : + { + "launchtype" : "remote" + }, + "default" : + { + "launchtype" : "remote" + }, + "type" : "uniCloud" + } ] }