gree_leran/pages.json

66 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"easycom": {
"autoscan": true,
// 注意一定要放在custom里否则无效https://ask.dcloud.net.cn/question/131175
"custom": {
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
}
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/news/news",
"style": {
"navigationBarTitleText": "新闻"
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"disableScroll": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F7F8FA"
},
"uniIdRouter": {},
"tabBar": {
"color": "#dcedc1",
"selectedColor": "#ffd3b6",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/icon/home.png",
"selectedIconPath": "static/icon/homeSelect.png"
},
{
"pagePath": "pages/news/news",
"text": "资讯",
"iconPath": "static/icon/neq.png",
"selectedIconPath": "static/icon/newSelecgt.png"
},
{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "static/icon/user.png",
"selectedIconPath": "static/icon/user1.png"
}
]
}
}