120 lines
4.1 KiB
JSON
120 lines
4.1 KiB
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "首页"
|
||
}
|
||
}
|
||
,{
|
||
"path" : "pages/companyProfile/companyProfile",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom",
|
||
"navigationBarTextStyle": "white",
|
||
"navigationBarTitleText": "公司介绍"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/companyInformation/companyInformation",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom",
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "公司资讯"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/infoDetail/infoDetail",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom",
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "资讯详情"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/caseSelect/caseSelect",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom",
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "案例库"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/caseDetail/caseDetail",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom",
|
||
"navigationBarTextStyle": "white",
|
||
"navigationBarTitleText": "案例详情"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/my/my",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom",
|
||
"navigationBarTextStyle": "white",
|
||
"navigationBarTitleText": "个人中心"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/myInfo/myInfo",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom",
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "个人信息"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/myProject/myProject",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom",
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "我的项目"
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/notice/notice",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom",
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "通知"
|
||
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/projectSchedule/projectSchedule",
|
||
"style" :
|
||
{
|
||
"navigationStyle": "custom",
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "项目进展"
|
||
}
|
||
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8"
|
||
},
|
||
"uniIdRouter": {}
|
||
}
|