Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xxapp/miniprogram-issue
https://github.com/xxapp/miniprogram-issue
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xxapp/miniprogram-issue
- Owner: xxapp
- Created: 2020-04-09T03:35:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T11:49:15.000Z (over 2 years ago)
- Last Synced: 2023-02-28T07:51:27.749Z (over 1 year ago)
- Language: JavaScript
- Size: 247 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 重现环境
* macOS Mojave 10.14.4
* nodejs v10.13.0
* npm 6.9.0## 重现步骤
``` bash
git clone [email protected]:xxapp/miniprogram-issue.git
cd miniprogram-issue
npm install# 修改 build.js 的 appid 和 privateKeyPath 配置
node build.js
# 扫描 destination.jpg 二维码
```## 问题
扫码后一直卡在小程序启动页面
## 对照说明
1. 使用开发者 IDE 预览可以正常打开小程序
1. 使用 miniprogram-ci,将 pages/index/index.json 中的 "../../components/list" 改为 "../../components/list/index" 也可以正常打开小程序