52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/pagination/pagination",
|
||
"style": {
|
||
"navigationBarTitleText": "uni-app"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/table/index",
|
||
"style": {
|
||
"navigationBarTitleText": "table"
|
||
}
|
||
}
|
||
,{
|
||
"path" : "pages/pagination/pagination",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8"
|
||
},
|
||
"tabBar": {
|
||
"color": "#7A7E83",
|
||
"selectedColor": "#007AFF",
|
||
"borderStyle": "black",
|
||
"backgroundColor": "#F8F8F8",
|
||
"list": [
|
||
{
|
||
"pagePath": "pages/index/index",
|
||
"iconPath": "static/home.png",
|
||
"selectedIconPath": "static/home-active.png",
|
||
"text": "主页"
|
||
},
|
||
{
|
||
"pagePath": "pages/table/index",
|
||
"iconPath": "static/component.png",
|
||
"selectedIconPath": "static/componentHL.png",
|
||
"text": "表格组件"
|
||
}
|
||
]
|
||
}
|
||
}
|