123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444 |
- {
- "easycom": {
- // 下载安装的方式需要前面的"@/",npm安装的方式无需"@/"
- // 下载安装方式
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
- // npm安装方式
- // "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- "^x-(.*)": "@/components/x-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "广告页",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/home",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/index/wenzhang",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/mine/all-tips",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/mine/xiaoxi-info",
- "style": {
- "navigationBarTitleText": "消息详情",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/paotui",
- "style": {
- "navigationBarTitleText": "跑腿服务",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/daijia",
- "style": {
- "navigationBarTitleText": "代驾服务",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/order/order-info",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/order/jindu",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/order/fuwu-orderinfo",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/change-address",
- "style": {
- "navigationBarTitleText": "选择地址",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/weixiu",
- "style": {
- "navigationBarTitleText": "水电服务",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/other-tabs",
- "style": {
- "navigationBarTitleText": "其他服务",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/mine/forget",
- "style": {
- "navigationBarTitleText": "找回密码",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/order/order",
- "style": {
- "navigationBarTitleText": "订单",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/fuwu/fuwu",
- "style": {
- "navigationBarTitleText": "小马服务商",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/mine/more-fuwu",
- "style": {
- "navigationBarTitleText": "开通服务",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#00a3a0"
- }
- },
- {
- "path": "pages/mine/kaitong-fuwu",
- "style": {
- "navigationBarTitleText": "开通服务",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#00a3a0"
- }
- },
- {
- "path": "pages/mine/mine",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/shop/shop-orderinfo",
- "style": {
- "navigationBarTitleText": "订单",
- "navigationBarTextStyle":"white",
- "navigationBarBackgroundColor": "#00a3a0"
- }
- },
- {
- "path": "pages/shop/shop-order",
- "style": {
- "navigationBarTitleText": "店铺订单",
- "navigationStyle": "custom",
- "navigationBarTextStyle":"white",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/shop/myshop",
- "style": {
- "navigationBarTitleText": "我的店铺",
- "navigationStyle": "custom",
- "navigationBarTextStyle":"white"
- }
- },
- {
- "path": "pages/shop/shop",
- "style": {
- "navigationBarTitleText": "商城",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/shop/search",
- "style": {
- "navigationBarTitleText": "商品搜索",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/shop/xiadan",
- "style": {
- "navigationBarTitleText": "确定下单",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/shop/goods-info",
- "style": {
- "navigationBarTitleText": "商品详情",
- "navigationBarTextStyle": "white",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/mine/login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationBarBackgroundColor": "#E3F7F0"
- }
- },
- {
- "path": "pages/mine/login-wx",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationBarBackgroundColor": "#E3F7F0"
- }
- },
- {
- "path": "pages/mine/address-list",
- "style": {
- "navigationBarTitleText": "地址管理",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/mine/address-set",
- "style": {
- "navigationBarTitleText": "地址管理",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/mine/setting",
- "style": {
- "navigationBarTitleText": "应用设置",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/mine/bangding",
- "style": {
- "navigationBarTitleText": "绑定手机号",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/mine/change-tel",
- "style": {
- "navigationBarTitleText": "更换手机绑定",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/mine/change-pwd",
- "style": {
- "navigationBarTitleText": "设置密码",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/mine/anquan",
- "style": {
- "navigationBarTitleText": "帐号安全",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/mine/tel-list",
- "style": {
- "navigationBarTitleText": "设置手机号密码",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/mine/tel-add",
- "style": {
- "navigationBarTitleText": "设置手机号",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/mine/wenda-list",
- "style": {
- "navigationBarTitleText": "设置找回密码问答",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/mine/wenda-add",
- "style": {
- "navigationBarTitleText": "设置问答",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/mine/forget-tel",
- "style": {
- "navigationBarTitleText": "找回密码",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/mine/forget-tel1",
- "style": {
- "navigationBarTitleText": "找回密码",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/mine/xiaoxi",
- "style": {
- "navigationBarTitleText": "消息管理",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/mine/yaoqing",
- "style": {
- "navigationBarTitleText": "用户邀请码",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/mine/yaoqing-user",
- "style": {
- "navigationBarTitleText": "已邀请用户",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/mine/userinfo",
- "style": {
- "navigationBarTitleText": "账号设置",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/mine/fuwu-info",
- "style": {
- "navigationBarTitleText": "身份资料",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/mine/forget-wen",
- "style": {
- "navigationBarTitleText": "找回密码",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/mine/forget-wen1",
- "style": {
- "navigationBarTitleText": "找回密码",
- "navigationBarBackgroundColor": "#00a3a0",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/mine/login-code",
- "style": {
- "navigationBarTitleText": "短信注册/登录",
- "navigationBarBackgroundColor": "#E3F7F0"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#D7D7D7",
- "selectedColor": "#FFFFFF",
- "backgroundColor": "#00a3a0",
- "list": [{
- // "iconPath": "static/images/index1.png",
- // "selectedIconPath": "static/images/index.png",
- "pagePath": "pages/index/home"
- // "text": "主页"
- },
- {
- // "iconPath": "static/images/order1.png",
- // "selectedIconPath": "static/images/order.png",
- "pagePath": "pages/order/order"
- // "text": "订单"
- },
- {
- // "iconPath": "static/images/shop1.png",
- // "selectedIconPath": "static/images/shop.png",
- "pagePath": "pages/shop/shop"
- // "text": "商城"
- },
- {
- // "iconPath": "static/images/mine1.png",
- // "selectedIconPath": "static/images/mine.png",
- "pagePath": "pages/mine/mine"
- // "text": "我的"
- }
- ]
- }
- }
|