12345678910111213141516171819202122232425262728 |
- {
- "plugins": {},
- "pages": [
- "pages/welcome/welcome"
- ],
- "window": {
- "backgroundTextStyle": "dark",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "艾克斯朗学生端",
- "navigationStyle": "custom"
- },
- "networkTimeout": {
- "request": 10000,
- "connectSocket": 20000,
- "uploadFile": 20000,
- "downloadFile": 20000
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json",
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- },
- "usingComponents": {
- }
- }
|