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.
jiansheng/pages.json

102 lines
1.9 KiB

4 months ago
{
"pages": [
4 months ago
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationBarBackgroundColor": "#fff",
"navigationStyle": "custom"
}
},
4 months ago
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom"
4 months ago
4 months ago
}
},
{
"path": "pages/user/index",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
},
{
"path" : "pages/user/userxy/userxy",
"style" :
{
"navigationBarTitleText" : ""
}
},
{
"path" : "pages/user/portrait/portrait",
"style" :
{
4 months ago
"navigationBarTitleText" : "",
"navigationStyle": "custom"
4 months ago
}
},
{
"path" : "pages/mendainlist/mendainlist",
"style" :
{
"navigationBarTitleText" : "",
4 months ago
"navigationStyle": "custom",
"enablePullDownRefresh": true
4 months ago
}
},
{
"path" : "pages/order/order",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom"
}
},
{
"path" : "pages/face/face",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom"
}
4 months ago
},
{
"path" : "pages/login/auth/auth",
"style" :
{
"navigationBarTitleText" : ""
}
4 months ago
}
],
"tabBar": {
"color": "#666666",
"selectedColor": "#F8A617",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/shouyew.png",
"selectedIconPath": "static/shouyeac.png",
"text": "首页"
},
{
"pagePath": "pages/user/index",
"iconPath": "static/wodew.png",
"selectedIconPath": "static/wodeac.png",
"text": "我的"
}
]
},
"globalStyle": {
4 months ago
"navigationBarTextStyle": "#222222",
4 months ago
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8A617",
"backgroundColor": "#55ff00",
"app-plus": {
"background": "#efeff4"
}
}
}