启动微信小程序端-原生
September 12, 2022Less than 1 minuteBusinessGuideStartMa
启动微信小程序端-原生
- 打开 微信开发者工具
- 导入项目,选择platform-mall-distribution/wx-mall目录
- 填写自己申请的小程序AppId(和管理系统配置的保持一致)
- 设置不校验合法域名选项
- 修改utils/util.js
- API_BASE_URL = http://localhost:8889/platform-api/app/
- 编译