12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "pages": [
- {
- "path": "pages/tabBar/home/home"
- },
- {
- "path": "pages/tabBar/discover/discover"
- },
- {
- "path": "pages/tabBar/tree/tree"
- },
- {
- "path": "pages/tabBar/shopping/shopping"
- },
- {
- "path": "pages/tabBar/mine/mine"
- },
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "飞鸟有味",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {},
- "tabBar": {
- "color": "#898989",
- "selectedColor": "#000000",
- "borderStyle": "black",
- "backgroundColor": "#FFFFFF",
- "list": [{
- "pagePath": "pages/tabBar/home/home",
- "iconPath": "static/tabBar/home.png",
- "selectedIconPath": "static/tabBar/home-active.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/tabBar/discover/discover",
- "iconPath": "static/tabBar/bag.png",
- "selectedIconPath": "static/tabBar/bag-active.png",
- "text": "逛一逛"
- }, {
- "pagePath": "pages/tabBar/tree/tree",
- "iconPath": "static/tabBar/tree.png",
- "selectedIconPath": "static/tabBar/tree-active.png",
- "text": "守护"
- }, {
- "pagePath": "pages/tabBar/shopping/shopping",
- "iconPath": "static/tabBar/car.png",
- "selectedIconPath": "static/tabBar/car-active.png",
- "text": "购物车"
- }, {
- "pagePath": "pages/tabBar/mine/mine",
- "iconPath": "static/tabBar/user.png",
- "selectedIconPath": "static/tabBar/user-active.png",
- "text": "个人中心"
- }
- ]
- },
- "easycom": {
- "autoscan": true,
- "custom": {
- "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
- "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
- "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
- "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
- }
- }
- }
|