89 lines
2.1 KiB
JSON
89 lines
2.1 KiB
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/shopping/shopping",
|
||
"style": {
|
||
"navigationBarTitleText": "医路优品",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#ffffff"
|
||
}
|
||
},{
|
||
"path": "pages/ProductList/ProductList",
|
||
"style": {
|
||
"navigationBarTitleText": "医路优品",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#ffffff"
|
||
}
|
||
}, {
|
||
"path": "pages/homepage/homepage",
|
||
"style": {
|
||
"navigationBarTitleText": "泉医到家",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#ffffff"
|
||
}
|
||
}, {
|
||
"path": "pages/startup/startup",
|
||
"style": {
|
||
"navigationBarTitleText": "泉医到家",
|
||
"enablePullDownRefresh": false,
|
||
"navigationBarBackgroundColor": "#ffffff"
|
||
}
|
||
}, {
|
||
"path": "pages/login/login",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"navigationStyle": "custom"
|
||
// "enablePullDownRefresh": false
|
||
}
|
||
}, {
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "uni-app"
|
||
}
|
||
}, {
|
||
"path": "pages/Personal/Personal",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
|
||
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8"
|
||
},
|
||
"uniIdRouter": {},
|
||
"tabBar": {
|
||
"color": "#7A7E83",
|
||
"selectedColor": "#435950",
|
||
"borderStyle": "black",
|
||
"backgroundColor": "#ffffff",
|
||
"list": [{
|
||
"pagePath": "pages/homepage/homepage",
|
||
"iconPath": "static/首页@2x.png",
|
||
"selectedIconPath": "static/首页 拷贝@2x.png",
|
||
"text": "首页"
|
||
|
||
},
|
||
{
|
||
"pagePath": "pages/shopping/shopping",
|
||
"iconPath": "static/商城11 拷贝@2x.png",
|
||
"selectedIconPath": "static/商城11@2x.png",
|
||
"text": "商城"
|
||
|
||
},
|
||
{
|
||
"pagePath": "pages/Personal/Personal",
|
||
"iconPath": "static/个人 拷贝 2@2x.png",
|
||
"selectedIconPath": "static/个人@2x.png",
|
||
"text": "个人中心"
|
||
}
|
||
]
|
||
}
|
||
}
|