瀏覽代碼

1

临城职教中职
ndbs 2 年之前
父節點
當前提交
1893d76dbe
共有 1 個檔案被更改,包括 10 行新增5 行删除
  1. +10
    -5
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/.hbuilderx/launch.json

+ 10
- 5
Learun.Framework.Ultimate V7/LearunApp-2.2.0/.hbuilderx/launch.json 查看文件

@@ -2,10 +2,15 @@
// launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数
"version": "0.0",
"configurations": [{
"type": "uniCloud",
"default": {
"launchtype": "remote"
}
}
"app-plus" :
{
"launchtype" : "remote"
},
"default" :
{
"launchtype" : "remote"
},
"type" : "uniCloud"
}
]
}

Loading…
取消
儲存