77 lines
1.5 KiB
JSON
77 lines
1.5 KiB
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path" : "pages/login/login",
|
||
"style" : {
|
||
"navigationBarTitleText": "登录"
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/wuliugenzong1/genzong",
|
||
"style" : {
|
||
"navigationBarTitleText": "中药物流跟踪"
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/wuliugenzongX/genzong",
|
||
"style" : {
|
||
"navigationBarTitleText": "中药物流跟踪详情"
|
||
}
|
||
},
|
||
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "主页"
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/me/me",
|
||
"style" : {
|
||
"navigationBarTitleText": "个人页"
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/cijimulu/index",
|
||
"style" : {
|
||
"navigationBarTitleText": "医院选择列表"
|
||
}
|
||
}
|
||
,
|
||
{
|
||
"path" : "pages/project/projectIndex",
|
||
"style" : {
|
||
"navigationBarTitleText": "项目列表维护"
|
||
}
|
||
}
|
||
|
||
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8"
|
||
},
|
||
"tabBar":{
|
||
"color":"#bfbfbf",
|
||
"selectedColor":"#515151",
|
||
"borderStyle":"black",
|
||
"backgroundColor":"#FFFFFF",
|
||
"list":[
|
||
{
|
||
"pagePath":"pages/index/index",
|
||
"iconPath":"static/tabBarIco/sy.png",
|
||
"selectedIconPath":"static/tabBarIco/sy1.png",
|
||
"text":"首页"
|
||
},
|
||
{
|
||
"pagePath":"pages/me/me",
|
||
"text":"个人",
|
||
"iconPath":"static/tabBarIco/me.png",
|
||
"selectedIconPath":"static/tabBarIco/me_sel.png"
|
||
}
|
||
]
|
||
}
|
||
}
|