commit | 6cdd45eb29ac9b3d3309225c2e79d4a1e721a71a | [log] [tgz] |
---|---|---|
author | guangchao.xu <guangchao.xu@supwisdom.com> | 周五 4月 16 17:44:30 2021 +0800 |
committer | guangchao.xu <guangchao.xu@supwisdom.com> | 周五 4月 16 17:44:30 2021 +0800 |
tree | e75492e3f215f702bcf2e0efb2a4327430238b0f | |
parent | 1bc4ccca59157cb73d9d8e9c058e6401c21a7f61 [diff] [blame] |
android添加银行插件
diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json new file mode 100644 index 0000000..501e01c --- /dev/null +++ b/.hbuilderx/launch.json
@@ -0,0 +1,11 @@ +{ // 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": [{ + "type": "uniCloud", + "default": { + "launchtype": "remote" + } + } + ] +}