From 2e309dab89ce2c62bc72066ed7da79ca8f9dcf89 Mon Sep 17 00:00:00 2001 From: Wik-T <812952667@qq.com> Date: Sat, 20 Nov 2021 16:50:39 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=B7=BB=E5=8A=A0=E5=BF=BD=E7=95=A5=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- .hbuilderx/launch.json | 15 ++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 99057ba..cd00a03 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -unpackage/ \ No newline at end of file +unpackage/ +.hbuilderx/launch.json \ No newline at end of file diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 501e01c..9cba30d 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -2,10 +2,15 @@ // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 "version": "0.0", "configurations": [{ - "type": "uniCloud", - "default": { - "launchtype": "remote" - } - } + "default" : + { + "launchtype" : "remote" + }, + "mp-weixin" : + { + "launchtype" : "remote" + }, + "type" : "uniCloud" + } ] }