uniapp 编译的小程序连接的 unicloud ,已经关联了云服务,还是报错了。有大佬遇到过吗?

uniapp 编译的小程序连接的 unicloud ,已经关联了云服务,还是报错了。有大佬遇到过吗?
uniapp 编译的小程序连接的 unicloud ,已经关联了云服务,还是报错了。有大佬遇到过吗?

问题描述

uniapp、builderx 编译的小程序,使用 cli 创建的 vue3 的项目,已经关联 unicloud。编译出的小程序,在开发工具中报错。

问题出现的环境背景及自己尝试过哪些方法

尝试的方法:

  • 在云数据库控制台生成不带ID的"db_init.json"文件,将文件替换项目中的原"db_init.json".然后重启云服务空间

相关代码

粘贴代码文本(请勿用截图)

function getLabel() {

uniCloud.callFunction({

name: "get_label",

success(res) {

console.log(res);

state.labels = res

console.log(state);

}

})

}

任何一个建议都对我有很大帮助

以上是 uniapp 编译的小程序连接的 unicloud ,已经关联了云服务,还是报错了。有大佬遇到过吗? 的全部内容, 来源链接: utcz.com/p/935476.html

回到顶部