| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "pages": [
- "pages/index/index",
- "pages/category/index",
- "pages/service/index",
- "pages/my/index",
- "pages/map/index",
- "pages/qrPage/index"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom"
- },
- "tabBar": {
- "color": "black",
- "selectedColor": "#1afa29",
- "borderStyle": "black",
- "backgroundColor": "#F8F8F8",
- "fontSize": "12px",
- "spacing": "5px",
- "height": "50px",
- "iconfontSrc": "static/fonts/iconfont.ttf",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "static/tabbar/index.png",
- "selectedIconPath": "static/tabbar/index_a.png",
- "iconfont": {
- "text": "",
- "selectedText": "",
- "fontSize": "17px",
- "color": "#333",
- "selectedColor": "red"
- }
- },
- {
- "pagePath": "pages/category/index",
- "text": "分类",
- "iconPath": "static/tabbar/cat.png",
- "selectedIconPath": "static/tabbar/cat_a.png",
- "iconfont": {
- "text": "",
- "selectedText": "",
- "fontSize": "17px",
- "color": "#333",
- "selectedColor": "red"
- }
- },
- {
- "pagePath": "pages/service/index",
- "text": "售后",
- "iconPath": "static/tabbar/service.png",
- "selectedIconPath": "static/tabbar/service_a.png",
- "iconfont": {
- "text": "",
- "selectedText": "",
- "fontSize": "17px",
- "color": "#333",
- "selectedColor": "red"
- }
- },
- {
- "pagePath": "pages/my/index",
- "text": "我的",
- "iconPath": "static/tabbar/my.png",
- "selectedIconPath": "static/tabbar/my_a.png",
- "iconfont": {
- "text": "",
- "selectedText": "",
- "fontSize": "17px",
- "color": "#333",
- "selectedColor": "red"
- }
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "用于小程序使用中为您提供位置信息"
- }
- },
- "requiredPrivateInfos": [
- "getLocation",
- "choosePoi",
- "chooseAddress",
- "chooseLocation"
- ],
- "usingComponents": {
- "nav-bar": "/components/navBar/index"
- }
- }
|