123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "plugins": {},
- "pages": [
- "pages/taskDetail/taskDetail",
- "pages/task/task",
- "pages/index/index",
- "pages/schedule/schedule",
- "pages/piano/piano",
- "pages/login/login",
- "pages/makePiano/makePiano",
- "pages/myself/myself"
- ],
- "window": {
- "backgroundTextStyle": "dark",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "艾克斯朗学生端"
- },
- "networkTimeout": {
- "request": 10000,
- "connectSocket": 20000,
- "uploadFile": 20000,
- "downloadFile": 20000
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json",
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- },
- "tabBar": {
- "color": "#bfbfbf",
- "selectedColor": "#d81e06",
- "list": [
- {
- "selectedIconPath": "images/cur-index.png",
- "iconPath": "images/index.png",
- "pagePath": "pages/index/index",
- "text": "首页"
- },
- {
- "selectedIconPath": "images/cur-piano.png",
- "iconPath": "images/piano.png",
- "pagePath": "pages/piano/piano",
- "text": "预约"
- },
- {
- "selectedIconPath": "images/cur-my.png",
- "iconPath": "images/my.png",
- "pagePath": "pages/myself/myself",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {}
- }
|