123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281 |
- {
- "easycom": {
- "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/tabbar/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/tabbar/shipyard/shipyard",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/tabbar/shop/shop",
- "style": {
- "navigationBarTitleText": "商城"
- }
- },
- {
- "path": "pages/tabbar/mine/mine",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/login/register",
- "style": {
- "navigationBarTitleText": "注册账号"
- }
- },
- {
- "path": "pages/login/forgot_pwd",
- "style": {
- "navigationBarTitleText": "找回密码",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/login/password_login",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/login/code_login",
- "style": {
- "navigationBarTitleText": "验证码登录",
- "navigationBarBackgroundColor": "#fff"
- }
- }
- ],
- "subPackages": [
- {
- "root": "page_index",
- "pages": [
- {
- "path": "pages/index/changeCity",
- "style": {
- "navigationBarTitleText": "选择城市"
- }
- },
- {
- "path": "pages/index/noticeList",
- "style": {
- "navigationBarTitleText": "公告列表"
- }
- },
- {
- "path": "pages/index/noticeDetail",
- "style": {
- "navigationBarTitleText": "文章详情"
- }
- }
- ]
- },
- {
- "root": "page_mine",
- "pages": [
- {
- "path": "pages/setting/setting",
- "style": {
- "navigationBarTitleText": "设置",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/setting/personal",
- "style": {
- "navigationBarTitleText": "个人信息",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/setting/real_name",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/setting/account_info",
- "style": {
- "navigationBarTitleText": "账号信息",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/setting/bind_eMail",
- "style": {
- "navigationBarTitleText": "邮箱绑定",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/setting/edit_pwd",
- "style": {
- "navigationBarTitleText": "修改密码",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/setting/about",
- "style": {
- "navigationBarTitleText": "关于我们",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/setting/rules",
- "style": {
- "navigationBarTitleText": "平台规则",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/message/message",
- "style": {
- "navigationBarTitleText": "消息中心",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/message/detail",
- "style": {
- "navigationBarTitleText": "消息详情",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/member/index",
- "style": {
- "navigationBarTitleText": "会员中心",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/wallet/wallet",
- "style": {
- "navigationBarTitleText": "我的余额",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/wallet/withdrawal",
- "style": {
- "navigationBarTitleText": "提现",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/collect/collect",
- "style": {
- "navigationBarTitleText": "我的收藏",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/order/production",
- "style": {
- "navigationBarTitleText": "生产订单",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/order/outsourcing",
- "style": {
- "navigationBarTitleText": "外协订单",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/order/purchase",
- "style": {
- "navigationBarTitleText": "采购订单",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/order/oceanShipping",
- "style": {
- "navigationBarTitleText": "海运订单",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/order/repair",
- "style": {
- "navigationBarTitleText": "维修订单",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/service/joinPerson",
- "style": {
- "navigationBarTitleText": "船用人才注册",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/service/applyMaintenance",
- "style": {
- "navigationBarTitleText": "申请维修工",
- "navigationBarBackgroundColor": "#fff"
- }
- }
- ]
- }
- ],
- "tabBar": {
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "color": "#000",
- "selectedColor": "#4766ff",
- "list": [{
- "pagePath": "pages/tabbar/index/index",
- "iconPath": "static/images/tabbar/home-1.png",
- "selectedIconPath": "static/images/tabbar/home-2.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/tabbar/shipyard/shipyard",
- "iconPath": "static/images/tabbar/shipyard-1.png",
- "selectedIconPath": "static/images/tabbar/shipyard-2.png",
- "text": "船厂"
- },
- {
- "pagePath": "pages/tabbar/shop/shop",
- "iconPath": "static/images/tabbar/shop-1.png",
- "selectedIconPath": "static/images/tabbar/shop-1.png",
- "text": "商城"
- },
- {
- "pagePath": "pages/tabbar/mine/mine",
- "iconPath": "static/images/tabbar/mine-1.png",
- "selectedIconPath": "static/images/tabbar/mine-2.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {},
- "requiredPrivateInfos": [
- "getLocation",
- "onLocationChange",
- "startLocationUpdateBackground",
- "chooseAddress"
- ]
- }
|