You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lxwx_front/pages.json

136 lines
3.6 KiB

2 years ago
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": ""
}
},{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},{
"path" : "pages/my/richText",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},{
"path": "pages/index/searchPage",
"style": {
"navigationBarTitleText": ""
}
},{
"path" : "pages/detail/detail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},{
"path" : "pages/my/my",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},{
"path" : "pages/my/look",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},{
"path" : "pages/my/collection",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},{
"path" : "pages/my/share",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},{
"path" : "pages/my/feedBack",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},{
"path": "pages/my/setting",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/my/editInfo",
"style": {
"navigationBarTitleText": ""
}
},{
"path" : "pages/register/register",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},{
"path" : "pages/register/register1",
"style" :
{
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F3F5F7",
"backgroundColor": "#F3F5F7"
},
"uniIdRouter": {},
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"tabBar": {
"color": "#666666",
"selectedColor": "#0076F6",
"backgroundColor": "#ffffff",
"height": "50px",
"fontSize": "11px",
"iconWidth": "22px",
"spacing": "3px",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "/static/home.png",
"selectedIconPath": "static/home1.png",
"text": "首页"
},{
"pagePath": "pages/my/my",
"iconPath": "/static/my.png",
"selectedIconPath": "static/my1.png",
"text": "我的"
}]
}
}