1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "pages": [
- "pages/index/index",
- "pages/users/users",
- "pages/user/user",
- "pages/bxjlDetail/bxjlDetail",
- "pages/bxjl/bxjl",
- "pages/baoxiu/baoxiu",
- "pages/fcxx/fcxx",
- "pages/wyjf/wyjf",
- "pages/jfjl/jfjl",
- "pages/sq/sq",
- "pages/cb/cb",
- "pages/fc/fc",
- "pages/ld/ld",
- "pages/index/tointro",
- "pages/index/facereconize",
- "pages/index/job"
- ],
- "window": {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "小程序",
- "backgroundColor": "#eeeeee",
- "backgroundTextStyle": "light",
- "enablePullDownRefresh": false
- },
- "debug": true,
- "tabBar": {
- "color": "#444",
- "selectedColor": "#219bf3",
- "borderStyle": "black",
- "position": "bottom",
- "list": [
- {
- "text": "首页",
- "pagePath": "pages/index/index",
- "iconPath":"./img/1588844912.png",
- "selectedIconPath":"./img/1588845621(1).png"
- },
- {
- "text": "我的",
- "pagePath": "pages/user/user",
- "iconPath":"./img/1588844851(1).png",
- "selectedIconPath":"./img/1588845396(1).png"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
-
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
-
- }
-
- },
- "sitemapLocation": "sitemap89.json"
- }
|