| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "pages": [
- "pages/home/home",
- "pages/index/index",
- "pages/404/404",
- "pages/qr_code/qr_code",
- "pages/group/group",
- "pages/stat/stat",
- "pages/my/my",
- "pages/ruleSet/ruleSet",
- "pages/punchTime/punchTime",
- "pages/setPunchTime/setPunchTime",
- "pages/rulesDetail/rulesDetail",
- "pages/particulars/particulars",
- "pages/punchLocation/punchLocation",
- "pages/addLocation/addLocation",
- "pages/statDetail/statDetail",
- "pages/authentication/authentication",
- "pages/powerSet/powerSet",
- "pages/cardRecord/cardRecord",
- "pages/addRules/addRules",
- "pages/ruleName/ruleName",
- "pages/editRules/editRules",
- "pages/location/location"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#000",
- "selectedColor": "#0082FC",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/home/home",
- "iconPath": "static/home.png",
- "selectedIconPath": "static/home_active.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/stat/stat",
- "iconPath": "static/stat.png",
- "selectedIconPath": "static/stat_active.png",
- "text": "统计"
- },
- {
- "pagePath": "pages/my/my",
- "iconPath": "static/my.png",
- "selectedIconPath": "static/my_active.png",
- "text": "我的"
- }
- ]
- },
- "lazyCodeLoading": "requiredComponents",
- "plugins": {
- "myPlugin": {
- "provider": "wx1549b963bbae9931",
- "version": "4.0.1"
- }
- },
- "permission": {
- "scope.userLocation": {
- "desc": "您的位置信息将用于记录打卡"
- }
- },
- "requiredPrivateInfos": [
- "getLocation",
- "chooseLocation"
- ],
- "usingComponents": {
- "login": "plugin://myPlugin/login",
- "drop-down": "/uni_modules/zwx-dropDown/components/zwx-dropDown/zwx-dropDown"
- }
- }
|