企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 微信小程序uniapp配置 配置小程序的前提是必须部署好SSL证书 商城后台微信小程序操作 ![](https://img.kancloud.cn/63/b3/63b3baea240264110160060587ff9824_1884x920.png) 下面填写信息需要在微信小程序中找 ![](https://img.kancloud.cn/2b/c8/2bc8f18ebd72eff0adf1d86de35866b1_1820x755.png) 登录微信小程序--找到菜单设置 ![](https://img.kancloud.cn/f5/38/f5387b045c9c1916ae155075f7d32ddd_1806x636.png) ![](https://img.kancloud.cn/da/5e/da5e6a44aa7da1b83819aa212d15250c_1864x723.png) 微信小程序的APPID和APP密钥 ![](https://img.kancloud.cn/42/3c/423c0f78ccbe94ba6423b13ce2f81ca8_1878x888.png) 将后台的合法域名填写到微信小程序中合法域名那 ![](https://img.kancloud.cn/c7/9b/c79bd680aa5cbecc07a9a7f3ea8baf9e_1806x873.png) ![](https://img.kancloud.cn/9b/e4/9be438a7ac37d2fef439122673115915_1817x848.png) 填写完以上之后下载小程序源码 ![](https://img.kancloud.cn/85/07/85075ee15f4c6717a33b21a26381f78e_1920x618.png) ![](https://img.kancloud.cn/61/53/6153648e8128b7ce39c74726df3a4cfd_1920x817.png) 下载完小程序源码之后需要把源码导入到hbuilder中,下载hbuilder([https://www.dcloud.io/hbuilderx.html]) ![](https://img.kancloud.cn/7a/e4/7ae4a74aff3b0a6e813b93e97d1bbe4b_1605x879.png) ![](https://img.kancloud.cn/4a/e3/4ae321d50128575328dc17f76db7ce26_1615x880.png) ![](https://img.kancloud.cn/2b/87/2b87b18ab3717d4759997de3f63f267a_1180x889.png) 修改文件的api路径 ![](https://img.kancloud.cn/69/7a/697af99cf8779c7357b2962fef0e9f03_1078x688.png) 安装一个运行插件 ![](https://img.kancloud.cn/6c/32/6c32c9df89d39515b28bd33d01aab624_1228x487.png) ![](https://img.kancloud.cn/ed/69/ed698915832576d32813f685bd208592_806x843.png) 发行该项目小程序-微信 (如图) ![](https://img.kancloud.cn/64/f2/64f2d4e889da3c93def75f5da4687678_1104x666.png) ![](https://img.kancloud.cn/41/bf/41bf10db57161830f6cf67663491b624_1627x704.png) 如果微信开发者工具中登录的是该小程序的开发者,那么发行完 会直接运行到微信开发者工具中上传即可。 ![](https://img.kancloud.cn/18/d7/18d7dc36623c1c1cae8ca906290a0442_1920x662.png) ![](https://img.kancloud.cn/5c/d1/5cd1f74b655b0823eed655b453a44a8e_1920x813.png) 导入到微信开发者工具中有如下报错的时候,在截图的那个文件中把直播插件删除一下保存即可 ![](https://img.kancloud.cn/5b/73/5b73692d78276b6f905bed1d9570b4ea_1439x934.png) 点击上传,上传到微信小程序后台 ![](https://img.kancloud.cn/4d/9b/4d9b9fc13ee70464dbc12631106ea290_1808x868.png) 上传到微信小程序后台为开发版本,然后提交审核,等待审核成功之后,进行发布,即可在线上搜索到该小程序。