瀏覽代碼

提交本地修改

yun
douzhuo 2 年之前
父節點
當前提交
2de31b71dd
共有 1 個檔案被更改,包括 10 行新增5 行删除
  1. +10
    -5
      .hbuilderx/launch.json

+ 10
- 5
.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"
}
]
}

Loading…
取消
儲存