|
|
@ -1,304 +1,270 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"easycom": { |
|
|
|
"easycom": { |
|
|
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" |
|
|
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"pages": [ |
|
|
|
"pages": [{ |
|
|
|
{ |
|
|
|
|
|
|
|
"path": "pages/index/index", |
|
|
|
"path": "pages/index/index", |
|
|
|
"style": { |
|
|
|
"style": { |
|
|
|
"navigationBarTitleText": "首页", |
|
|
|
"navigationBarTitleText": "首页", |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
},{ |
|
|
|
}, { |
|
|
|
"path" : "pages/personal/mytestkit/mytestkit", |
|
|
|
"path": "pages/personal/mytestkit/mytestkit", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "我的测试宝", |
|
|
|
"navigationBarTitleText" : "我的测试宝", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
},{ |
|
|
|
}, { |
|
|
|
"path" : "pages/personal/setup/Information", |
|
|
|
"path": "pages/personal/setup/Information", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "个人信息", |
|
|
|
"navigationBarTitleText" : "个人信息", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
},{ |
|
|
|
}, { |
|
|
|
"path" : "pages/personal/personalresume/personalresume", |
|
|
|
"path": "pages/personal/personalresume/personalresume", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "个人简历", |
|
|
|
"navigationBarTitleText" : "个人简历", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
},{ |
|
|
|
}, { |
|
|
|
"path" : "pages/personal/personalresume/advantage", |
|
|
|
"path": "pages/personal/personalresume/advantage", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "我的优势", |
|
|
|
"navigationBarTitleText" : "我的优势", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
},{ |
|
|
|
}, { |
|
|
|
"path" : "pages/personal/personalresume/workexperience", |
|
|
|
"path": "pages/personal/personalresume/workexperience", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "", |
|
|
|
"navigationBarTitleText" : "", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
},{ |
|
|
|
}, { |
|
|
|
"path" : "pages/personal/personalresume/education", |
|
|
|
"path": "pages/personal/personalresume/education", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "", |
|
|
|
"navigationBarTitleText" : "", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
,{ |
|
|
|
, { |
|
|
|
"path" : "pages/personal/privacy", |
|
|
|
"path": "pages/personal/privacy", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "隐私政策", |
|
|
|
"navigationBarTitleText" : "隐私政策", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
},{ |
|
|
|
}, { |
|
|
|
"path" : "pages/personal/userAgreemen", |
|
|
|
"path": "pages/personal/userAgreemen", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "用户协议", |
|
|
|
"navigationBarTitleText" : "用户协议", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"path" : "pages/personal/personalresume/projectexperience", |
|
|
|
"path": "pages/personal/personalresume/projectexperience", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "", |
|
|
|
"navigationBarTitleText" : "", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
},{ |
|
|
|
}, { |
|
|
|
"path" : "pages/personal/setup/index", |
|
|
|
"path": "pages/personal/setup/index", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "设置", |
|
|
|
"navigationBarTitleText" : "设置", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
},{ |
|
|
|
}, { |
|
|
|
"path": "pages/personal/personal", |
|
|
|
"path": "pages/personal/personal", |
|
|
|
"style": { |
|
|
|
"style": { |
|
|
|
"navigationBarTitleText": "我的", |
|
|
|
"navigationBarTitleText": "我的", |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
},{ |
|
|
|
}, { |
|
|
|
"path" : "pages/personal/mysignup/notice", |
|
|
|
"path": "pages/personal/mysignup/notice", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "我的报名", |
|
|
|
"navigationBarTitleText" : "我的报名", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
"path" : "pages/personal/ordernumber/ordernumber", |
|
|
|
"path": "pages/personal/ordernumber/ordernumber", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "我的订单", |
|
|
|
"navigationBarTitleText" : "我的订单", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"path" : "pages/index/testtraining/testtraining", |
|
|
|
"path": "pages/index/testtraining/testtraining", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "培训服务", |
|
|
|
"navigationBarTitleText" : "培训服务", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
},{ |
|
|
|
}, { |
|
|
|
"path" : "pages/index/outsourcing/outsourcing", |
|
|
|
"path": "pages/index/outsourcing/outsourcing", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "人力服务", |
|
|
|
"navigationBarTitleText" : "人力服务", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"path" : "pages/index/outsourcing/cloudUserPage", |
|
|
|
"path": "pages/index/outsourcing/cloudUserPage", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "人力服务", |
|
|
|
"navigationBarTitleText" : "人力服务", |
|
|
|
"navigationBarBackgroundColor": "#284CD1", |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
|
|
|
"onReachBottomDistance": 20 |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"path" : "pages/index/outsourcing/moreCloud", |
|
|
|
"path": "pages/index/outsourcing/moreCloud", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "人力服务", |
|
|
|
"navigationBarTitleText" : "人力服务", |
|
|
|
"navigationBarBackgroundColor": "#284CD1", |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"enablePullDownRefresh": true, |
|
|
|
|
|
|
|
"onReachBottomDistance": 20 |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"path" : "pages/index/outsourcing/cloudUserdetail", |
|
|
|
"path": "pages/index/outsourcing/cloudUserdetail", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "人力服务", |
|
|
|
"navigationBarTitleText" : "人力服务", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"path" : "pages/index/toolleasing/toolleasing", |
|
|
|
"path": "pages/index/toolleasing/toolleasing", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "工具服务", |
|
|
|
"navigationBarTitleText" : "工具服务", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"path" : "pages/index/toolleasing/tooldetails", |
|
|
|
"path": "pages/index/toolleasing/tooldetails", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "工具详情", |
|
|
|
"navigationBarTitleText" : "工具详情", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1", |
|
|
|
"navigationBarBackgroundColor": "#284CD1", |
|
|
|
"app-plus":{ |
|
|
|
"app-plus": { |
|
|
|
"scrollIndicator":"none" |
|
|
|
"scrollIndicator": "none" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"path" : "pages/index/testcrowdsourc/testcrowdsourc", |
|
|
|
"path": "pages/index/testcrowdsourc/testcrowdsourc", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "众包服务", |
|
|
|
"navigationBarTitleText" : "众包服务", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"path" : "pages/index/testcrowdsourc/crowdsourcingdetails", |
|
|
|
"path": "pages/index/testcrowdsourc/crowdsourcingdetails", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "", |
|
|
|
"navigationBarTitleText" : "", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"path" : "pages/index/customerservice", |
|
|
|
"path": "pages/index/customerservice", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "客服", |
|
|
|
"navigationBarTitleText" : "客服", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
},{ |
|
|
|
}, { |
|
|
|
"path" : "pages/personal/login", |
|
|
|
"path": "pages/personal/login", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "登录关键测试宝", |
|
|
|
"navigationBarTitleText" : "登录关键测试宝", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
},{ |
|
|
|
}, { |
|
|
|
"path" : "pages/personal/phonelogin", |
|
|
|
"path": "pages/personal/phonelogin", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "关键测试宝", |
|
|
|
"navigationBarTitleText" : "关键测试宝", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"path" : "pages/index/testtraining/signup", |
|
|
|
"path": "pages/index/testtraining/signup", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "", |
|
|
|
"navigationBarTitleText" : "", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"path" : "pages/personal/leavemessage/index", |
|
|
|
"path": "pages/personal/leavemessage/index", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "我的留言", |
|
|
|
"navigationBarTitleText" : "我的留言", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
},{ |
|
|
|
}, { |
|
|
|
"path" : "pages/personal/setup/aboutus", |
|
|
|
"path": "pages/personal/setup/aboutus", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "关于我们", |
|
|
|
"navigationBarTitleText" : "关于我们", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"path" : "pages/personal/setup/certification", |
|
|
|
"path": "pages/personal/setup/certification", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "实名认证", |
|
|
|
"navigationBarTitleText" : "实名认证", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
},{ |
|
|
|
}, { |
|
|
|
"path" : "pages/message/message", |
|
|
|
"path": "pages/message/message", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "消息中心", |
|
|
|
"navigationBarTitleText" : "消息中心", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
},{ |
|
|
|
}, { |
|
|
|
"path" : "pages/personal/setup/pcweb", |
|
|
|
"path": "pages/personal/setup/pcweb", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "关键测试宝", |
|
|
|
"navigationBarTitleText" : "关键测试宝", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"path" : "pages/personal/mycrowdtest/mycrowdtest", |
|
|
|
"path": "pages/personal/mycrowdtest/mycrowdtest", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "我的众包", |
|
|
|
"navigationBarTitleText" : "我的众包", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
"path" : "pages/personal/setup/transaction", |
|
|
|
"path": "pages/personal/setup/transaction", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "交易记录", |
|
|
|
"navigationBarTitleText" : "交易记录", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"path" : "pages/personal/setup/tranpassword", |
|
|
|
"path": "pages/personal/setup/tranpassword", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "交易密码", |
|
|
|
"navigationBarTitleText" : "交易密码", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
"path" : "pages/personal/setup/pclogin", |
|
|
|
"path": "pages/personal/setup/pclogin", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "设置密码", |
|
|
|
"navigationBarTitleText" : "设置密码", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
},{ |
|
|
|
}, { |
|
|
|
"path" : "pages/personal/setup/Withdrawal", |
|
|
|
"path": "pages/personal/setup/Withdrawal", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "金额提现", |
|
|
|
"navigationBarTitleText" : "金额提现", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
},{ |
|
|
|
}, { |
|
|
|
"path" : "pages/personal/setup/accountoverview", |
|
|
|
"path": "pages/personal/setup/accountoverview", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "", |
|
|
|
"navigationBarTitleText" : "", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"path" : "pages/personal/personalresume/basicinform", |
|
|
|
"path": "pages/personal/personalresume/basicinform", |
|
|
|
"style" : |
|
|
|
"style": { |
|
|
|
{ |
|
|
|
"navigationBarTitleText": "新增资格证书", |
|
|
|
"navigationBarTitleText" : "新增资格证书", |
|
|
|
|
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
"navigationBarBackgroundColor": "#284CD1" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
@ -375,28 +341,27 @@ |
|
|
|
"backgroundColor": "#F8F8F8" |
|
|
|
"backgroundColor": "#F8F8F8" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"tabBar": { |
|
|
|
"tabBar": { |
|
|
|
"color" : "#7A7E83", |
|
|
|
"color": "#7A7E83", |
|
|
|
"selectedColor" : "#1578ED", |
|
|
|
"selectedColor": "#1578ED", |
|
|
|
"borderStyle" : "black", |
|
|
|
"borderStyle": "black", |
|
|
|
"backgroundColor" : "#F8F8F8", |
|
|
|
"backgroundColor": "#F8F8F8", |
|
|
|
"list":[ |
|
|
|
"list": [{ |
|
|
|
{ |
|
|
|
"pagePath": "pages/index/index", |
|
|
|
"pagePath" : "pages/index/index", |
|
|
|
"iconPath": "static/index/index.png", |
|
|
|
"iconPath" : "static/index/index.png", |
|
|
|
"selectedIconPath": "static/index/activeindex.png", |
|
|
|
"selectedIconPath" : "static/index/activeindex.png", |
|
|
|
"text": "首页" |
|
|
|
"text" : "首页" |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"pagePath" : "pages/index/testcrowdsourc/testcrowdsourc", |
|
|
|
"pagePath": "pages/index/testcrowdsourc/testcrowdsourc", |
|
|
|
"iconPath" : "static/index/cedt.png", |
|
|
|
"iconPath": "static/index/cedt.png", |
|
|
|
"selectedIconPath" : "static/index/actcedt.png", |
|
|
|
"selectedIconPath": "static/index/actcedt.png", |
|
|
|
"text" : "众包大厅" |
|
|
|
"text": "众包大厅" |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"pagePath" : "pages/personal/personal", |
|
|
|
"pagePath": "pages/personal/personal", |
|
|
|
"iconPath" : "static/index/person.png", |
|
|
|
"iconPath": "static/index/person.png", |
|
|
|
"selectedIconPath" : "static/index/activeperson.png", |
|
|
|
"selectedIconPath": "static/index/activeperson.png", |
|
|
|
"text" : "我的" |
|
|
|
"text": "我的" |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
] |
|
|
|
}, |
|
|
|
}, |
|
|
|