正在学习uni-app写小程序,在过程中发现通过uni-app创建的小程序,云函数在开发工具中没有上传云函数的按钮,请问是为什么呢?
在manifest.json配置中,我已经配置了
"cloudfunctionRoot" : "./cloudfuncitons/",
由于是通过uni-app创建的项目,我的文件目录如下:
还望指点,谢谢!
已解决,通过对比默认云开发文件,发现配置目录错误,应该是
"cloudfunctionRoot" : "./cloudfuncitons/" // 错误 "cloudfunctionRoot" : "cloudfuncitons/" // 正确
2.1m questions
2.1m answers
60 comments
57.0k users