企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### **uploadImage** 调用图片上传,返回上传后的图片地址 **示例代码** >参数:无 >注意 在未登录情况下调用本方法会自动打开登录 ``` uploadImage().then(res => { if (res) { this.imgSrc = res } }) ```