浏览代码

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"
}
]
}

正在加载...
取消
保存