123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index2",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true,
- "backgroundTextStyle": "dark",
- "navigationStyle": "custom"
- }
-
- },
- {
- "path": "pages/user/my",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/travel/index",
- "style": {
- "navigationBarTitleText": "旅游景区",
- "enablePullDownRefresh": true,
- "backgroundTextStyle": "dark"
- }
- },
- {
- "path": "pages/travel/detail",
- "style": {
- "navigationBarTitleText": "内容详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/shop/list",
- "style": {
- "navigationBarTitleText": "我的店铺",
- "enablePullDownRefresh": true,
- "backgroundTextStyle": "dark"
- }
- },
- {
- "path": "pages/shop/manage",
- "style": {
- "navigationBarTitleText": "店铺管理",
- "enablePullDownRefresh": true,
- "backgroundTextStyle": "dark"
- }
- },
- {
- "path": "pages/shop/detail",
- "style": {
- "navigationBarTitleText": "酒店详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/other/feedback",
- "style": {
- "navigationBarTitleText": "投诉建议",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/shop/apply",
- "style": {
- "navigationBarTitleText": "店铺开通申请",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "旧版首页"
- }
- },
- {
- "path": "pages/travel/route",
- "style": {
- "navigationBarTitleText": "路线",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/other/about",
- "style": {
- "navigationBarTitleText": "关于我们"
- }
- },
- {
- "path": "pages/government/index",
- "style": {
- "navigationBarTitleText": "党政服务",
- "enablePullDownRefresh": true,
- "backgroundTextStyle": "dark"
- }
- },
- {
- "path": "pages/user/login",
- "style": {
- "navigationBarTitleText": "授权登陆"
- }
- },
- {
- "path": "pages/shop/up",
- "style": {
- "navigationBarTitleText": "数据上报",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/user/info",
- "style": {
- "navigationBarTitleText": "账户设置"
- }
- },
- {
- "path": "pages/government/activity",
- "style": {
- "navigationBarTitleText": "热门活动",
- "enablePullDownRefresh": true,
- "backgroundTextStyle": "dark"
- }
- }, {
- "path": "pages/travel/introduction",
- "style": {
- "navigationBarTitleText": "旅游攻略",
- "enablePullDownRefresh": true,
- "backgroundTextStyle": "dark"
- }
- }
- , {
- "path": "pages/shop/hotel/index",
- "style": {
- "navigationBarTitleText": "酒店预订",
- "enablePullDownRefresh": true,
- "backgroundTextStyle": "dark"
- }
- }, {
- "path": "pages/shop/hotel/room",
- "style": {
- "navigationBarTitleText": "房间管理",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/order/my",
- "style": {
- "navigationBarTitleText": "我的预订",
- "enablePullDownRefresh": true,
- "backgroundTextStyle": "dark"
- }
- }, {
- "path": "pages/order/sale",
- "style": {
- "navigationBarTitleText": "我的店铺订单",
- "enablePullDownRefresh": true,
- "backgroundTextStyle": "dark"
- }
- }
- ],
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#48a5ff",
- "borderStyle": "black",
- "backgroundColor": "#F8F8F8",
- "list": [{
- "pagePath": "pages/index/index2",
- "iconPath": "static/tab/a1.png",
- "selectedIconPath": "static/tab/a1s.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/travel/index",
- "iconPath": "static/tab/a2.png",
- "selectedIconPath": "static/tab/a2s.png",
- "text": "景区"
- },
- {
- "pagePath": "pages/shop/hotel/index",
- "iconPath": "static/tab/a3.png",
- "selectedIconPath": "static/tab/a3s.png",
- "text": "酒店预订"
- },
- {
- "pagePath": "pages/user/my",
- "iconPath": "static/tab/a4.png",
- "selectedIconPath": "static/tab/a4s.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#F8F8F8",
- "pageOrientation": "portrait"
- }
- }
|