You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
101 lines
1.9 KiB
JSON
101 lines
1.9 KiB
JSON
{
|
|
"pages": [{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "会员管理",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/login",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "",
|
|
"enablePullDownRefresh" : false,
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/register",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/user_center",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/recharge",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/withdraw",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/loan",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/resetPwd",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
],
|
|
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "会员管理",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"app-plus": {
|
|
"background": "#efeff4"
|
|
}
|
|
},
|
|
"tabBar": {
|
|
"backgroundColor": "#fff",
|
|
"selectedColor": "#249EA3",
|
|
"fontSize": "26rpx",
|
|
"list": [{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "/static/tabbar/index1.png",
|
|
"selectedIconPath": "/static/tabbar/index2.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/list",
|
|
"iconPath": "/static/tabbar/userlist1.png",
|
|
"selectedIconPath": "/static/tabbar/userlist2.png",
|
|
"text": "会员"
|
|
},
|
|
{
|
|
"pagePath": "pages/wode",
|
|
"iconPath": "/static/tabbar/wode1.png",
|
|
"selectedIconPath": "/static/tabbar/wode2.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
}
|
|
} |