Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jie authored Feb 24, 2020
1 parent b96f92c commit 4e0ef3b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# mini_shop

### 配置文件说明

`const settings = {
```
const settings = {
app_id: '', // 微信小程序appid
app_secret: '' // 微信小程序appsecret,
enviroment: 'pro' // 当前环境,
Expand All @@ -27,4 +27,5 @@
shortTipDuration: 2000,
// 提示信息固定时间(长)
longTipDuration: 4000
};`
}
```

0 comments on commit 4e0ef3b

Please sign in to comment.