aosiyiliaouniapp/pages.json

92 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2024-04-08 02:59:47 +00:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/login/login",
"style" : {
"navigationBarTitleText": "登录"
}
2024-04-10 09:13:31 +00:00
},
{
"path" : "pages/cijimulu/index",
"style" : {
"navigationBarTitleText": "医院选择列表"
}
},
{
"path" : "pages/memberList/member",
"style" : {
"navigationBarTitleText": "会员列表"
}
},
{
2024-04-09 14:01:38 +00:00
"path" : "pages/project/projectIndex",
"style" : {
"navigationBarTitleText": "项目列表维护"
}
2024-04-08 02:59:47 +00:00
},
2024-04-09 14:01:38 +00:00
2024-04-08 02:59:47 +00:00
{
"path" : "pages/wuliugenzong1/genzong",
"style" : {
"navigationBarTitleText": "中药物流跟踪"
}
},
{
"path" : "pages/wuliugenzongX/genzong",
"style" : {
"navigationBarTitleText": "中药物流跟踪详情"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "主页"
}
},
{
"path" : "pages/me/me",
"style" : {
"navigationBarTitleText": "个人页"
}
},
2024-04-10 09:13:31 +00:00
2024-04-08 02:59:47 +00:00
{
2024-04-10 09:13:31 +00:00
"path": "pages/memberInfo/member",
"style": {
"navigationBarTitleText": "会员详情"
}
}
2024-04-08 02:59:47 +00:00
2024-04-09 14:01:38 +00:00
2024-04-10 09:13:31 +00:00
2024-04-08 02:59:47 +00:00
],
"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"
}
]
}
}