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.
52 lines
1.4 KiB
52 lines
1.4 KiB
{
|
|
"pages": [
|
|
"pages/tabbar/index/index",
|
|
"pages/tabbar/mine/mine",
|
|
"mp_ecard_sdk/index/index"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "pages/subPage",
|
|
"pages": [
|
|
"notice/notice",
|
|
"login/login",
|
|
"notice/noticeDetail",
|
|
"authentication/authentication",
|
|
"authentication/comp/select1",
|
|
"authentication/comp/select2",
|
|
"authentication/comp/select3",
|
|
"privacyAgreement/privacyAgreement",
|
|
"ballots/ballotsList/ballotsList",
|
|
"ballots/vote/vote",
|
|
"ballots/vote/voteReslut"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#DE3A26",
|
|
"backgroundColor": "#FFFFFF",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/tabbar/index/index",
|
|
"text": "首页",
|
|
"iconPath": "static/images/tabbar/btn_shouye_nor.png",
|
|
"selectedIconPath": "static/images/tabbar/btn_shouye_cli.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/tabbar/mine/mine",
|
|
"text": "我的",
|
|
"iconPath": "static/images/tabbar/btn_wode_nor.png",
|
|
"selectedIconPath": "static/images/tabbar/btn_wode_cli.png"
|
|
}
|
|
]
|
|
},
|
|
"permission": {},
|
|
"usingComponents": {}
|
|
}
|