123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- {
- "easycom": {
- "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
-
- {
- "path" : "pages/accommodation/accommodation",
- "style" :
- {
- "navigationBarTitleText": "住宿",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path": "pages/my/my",
- "style": {
- "navigationBarTitleText": "我的"
- }
- }
- ,{
- "path" : "pages/food/food",
- "style" :
- {
- "navigationBarTitleText": "美食",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/play/play",
- "style" :
- {
- "navigationBarTitleText": "游玩",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/find/find",
- "style" :
- {
- "navigationBarTitleText": "发现",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "tabBar": {
- "custom": false,
- "color": "#656765",
- "selectedColor": "#fbb612",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/accommodation/accommodation",
- "iconPath": "static/image/nav-icon/riLine-hotel-line.png",
- "selectedIconPath": "static/image/nav-icon/riLine-hotel-line Copy.png",
- "text": "住宿"
- },
- {
- "pagePath": "pages/food/food",
- "iconPath": "static/image/nav-icon/md-restaurant_menu.png",
- "selectedIconPath": "static/image/nav-icon/md-restaurant_menu Copy.png",
- "text": "美食推荐"
- },
- {
- "pagePath": "pages/play/play",
- "iconPath": "static/image/nav-icon/iconPark-landscape.png",
- "selectedIconPath": "static/image/nav-icon/iconPark-landscape Copy.png",
- "text": "游玩"
- },
- {
- "pagePath": "pages/find/find",
- "iconPath": "static/image/nav-icon/antOutline-compass.png",
- "selectedIconPath": "static/image/nav-icon/antOutline-compass Copy.png",
- "text": "发现"
- },
- {
- "pagePath": "pages/my/my",
- "iconPath": "static/image/nav-icon/antOutline-user.png",
- "selectedIconPath": "static/image/nav-icon/antOutline-user Copy.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#fbb612",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {},
- "subPackages": [
- {
- "root":"pageA",
- "pages": [
- {
- "path" : "find/createLifeService",
- "style" :
- {
- "navigationBarTitleText": "全品类入驻",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "find/search",
- "style" :
- {
- "navigationBarTitleText": "搜索",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "food/food",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "groupBuying/groupBuying",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ]
- }
- ],
- "preloadRule": {
- "pages/accommodation/accommodation": {
- "network": "all",
- "packages": ["pageA"]
- }
- }
- }
|