edu/app/src/pages.json

60 lines
1.5 KiB
JSON
Raw Normal View History

2022-08-26 09:52:43 +00:00
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/news/news",
"style": {
"navigationBarTitleText": "资讯"
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "个人中心"
}
2022-09-07 06:30:47 +00:00
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
2022-08-26 09:52:43 +00:00
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "商城",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页"
},
{
"pagePath": "pages/news/news",
"text": "资讯"
},
{
"pagePath": "pages/user/user",
"text": "我的"
}
]
},
"easycom": {
"custom": {
"^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
}
}
}