Files
ClassContent/历届学生/逯帅帅/项目开发/上课项目/医点医滴/pages.json
2024-09-27 02:06:13 +08:00

118 lines
2.2 KiB
JSON

{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationStyle":"custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": true,
"app-plus": {
"bounce": "none",
"titleNView": {
"buttons": [
],
"backButton": {
"background": "#00FF00"
}
}
}
}
},
{
"path": "pages/index/search",
"style": {
"navigationBarTitleText": "",
"navigationStyle":"custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/classify/classify",
"style": {
"navigationBarTitleText": "",
"navigationStyle":"custom",
"enablePullDownRefresh": false
},
"usingComponents": {
"van-button": "/wxcomponents/vant/button/index"
}
},
{
"path": "pages/shop/shop",
"style": {
"navigationBarTitleText": "",
"navigationStyle":"custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/me/me",
"style": {
"navigationStyle":"custom",
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/info/info",
"style": {
"navigationBarTitleText": "页面详情",
"app-plus": {
"titleNView": false
}
}
},
{
"path": "pages/me/meInfo",
"style": {
"navigationStyle":"custom",
"navigationBarTitleText": "我的详情",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页"
},
{
"pagePath": "pages/classify/classify",
"text": "分类"
},
{
"pagePath": "pages/shop/shop",
"text": "购物车"
},
{
"pagePath": "pages/me/me",
"text": "我的"
}
]
}
}