From 91e98a5e62855ce8b6d2453c9c05b8cd98d13253 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Wed, 15 Dec 2021 09:21:37 +0800 Subject: [PATCH] =?UTF-8?q?code=20review=20=E7=94=A8=E6=88=B7=E7=A4=BE?= =?UTF-8?q?=E4=BA=A4=E7=99=BB=E9=99=86=E7=9A=84=E9=80=BB=E8=BE=91=20?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B5=8B=E8=AF=95=E9=A1=B5=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-vue-ui/.hbuilderx/launch.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 yudao-vue-ui/.hbuilderx/launch.json diff --git a/yudao-vue-ui/.hbuilderx/launch.json b/yudao-vue-ui/.hbuilderx/launch.json new file mode 100644 index 000000000..07c1d5fa5 --- /dev/null +++ b/yudao-vue-ui/.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" + }, + "h5" : + { + "launchtype" : "local" + }, + "type" : "uniCloud" + } + ] +}