72 lines
1.6 KiB
JSON
72 lines
1.6 KiB
JSON
{
|
||
"easycom": {
|
||
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
||
},
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/myinformation/myinformation",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false,
|
||
"navigationStyle": "custom"
|
||
// "navigationBarBackgroundColor": "#4ac4ab"
|
||
|
||
// "navigationStyle": "custom"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/login/login",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false,
|
||
"navigationStyle": "custom"
|
||
}
|
||
},
|
||
|
||
{
|
||
"path": "pages/homepage/homepage",
|
||
"style": {
|
||
"enablePullDownRefresh": false,
|
||
"navigationStyle": "custom"
|
||
}
|
||
}
|
||
// {
|
||
// "path": "pages/login/login",
|
||
// "style": {
|
||
// "navigationBarTitleText": "",
|
||
// "enablePullDownRefresh": false,
|
||
// "navigationStyle": "custom"
|
||
// }
|
||
// },
|
||
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "white",
|
||
"navigationBarTitleText": "",
|
||
"navigationBarBackgroundColor": "#26A888",
|
||
"backgroundColor": "#F8F8F8"
|
||
|
||
},
|
||
"uniIdRouter": {},
|
||
"tabBar": {
|
||
"color": "#7A7E83",
|
||
"selectedColor": "#435950",
|
||
"borderStyle": "black",
|
||
"backgroundColor": "#ffffff",
|
||
"list": [{
|
||
"pagePath": "pages/homepage/homepage",
|
||
"iconPath": "static/homepage.png",
|
||
"selectedIconPath": "static/homepage.png",
|
||
"text": "首页"
|
||
},
|
||
|
||
{
|
||
"pagePath": "pages/myinformation/myinformation",
|
||
"iconPath": "static/myinformations.png",
|
||
"selectedIconPath": "static/myinformation.png",
|
||
"text": "我的"
|
||
}
|
||
]
|
||
}
|
||
}
|