From 214621d429fcf09b113aa8bd89b268f10fcc80ce Mon Sep 17 00:00:00 2001 From: wangh <9483> Date: Mon, 27 Nov 2023 10:51:32 +0800 Subject: [PATCH] 1 --- gasStation-uni/.hbuilderx/launch.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gasStation-uni/.hbuilderx/launch.json diff --git a/gasStation-uni/.hbuilderx/launch.json b/gasStation-uni/.hbuilderx/launch.json new file mode 100644 index 000000000..81f13f4f4 --- /dev/null +++ b/gasStation-uni/.hbuilderx/launch.json @@ -0,0 +1,16 @@ +{ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ + // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 + "version": "0.0", + "configurations": [{ + "default" : + { + "launchtype" : "local" + }, + "mp-weixin" : + { + "launchtype" : "local" + }, + "type" : "uniCloud" + } + ] +}