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.

82 lines
1.8 KiB

1 year ago
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/login",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/list/list",
"style": {
"navigationBarTitleText": "我的模拟填报",
"enablePullDownRefresh": true
}
},
{
"path": "pages/me/me",
"style": {
"navigationBarTitleText": "个人中心"
}
}
],
"subPackages": [
{
"root": "package_sub",
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "分包页面sub_index"
}
}
]
}
],
"preloadRule": {
"package_sub/pages/index/index": {
"network": "all",
"packages": [
"__APP__"
]
}
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#666",
"selectedColor": "#666",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home-active.png",
"text": "首页"
}, {
"pagePath": "pages/list/list",
"iconPath": "static/tabbar/list.png",
"selectedIconPath": "static/tabbar/list-active.png",
"text": "模拟填报"
}, {
"pagePath": "pages/me/me",
"iconPath": "static/tabbar/me.png",
"selectedIconPath": "static/tabbar/me-active.png",
"text": "我的"
}]
}
}