You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
2.1 KiB
JSON
59 lines
2.1 KiB
JSON
{
|
|
"pages": [
|
|
"pages/tabBar/mySet/mySet",
|
|
"pages/tabBar/mySet/common/message/message",
|
|
"pages/tabBar/mySet/common/my-card/my-card",
|
|
"pages/tabBar/mySet/common/expense/expense",
|
|
"pages/tabBar/mySet/common/change-password/change-password",
|
|
"pages/login/login",
|
|
"pages/tabBar/mySet/common/expense/appraise/appraise",
|
|
"pages/tabBar/myHome/myHome",
|
|
"pages/tabBar/myHome/service-log/service-log",
|
|
"pages/tabBar/myHome/sales-commission/sales-commission",
|
|
"pages/tabBar/myHome/client-evaluation/client-evaluation",
|
|
"pages/tabBar/myHome/client-follow/client-follow",
|
|
"pages/tabBar/myHome/all-powerful/all-powerful",
|
|
"pages/tab/tab",
|
|
"pages/tabBar/myHome/sales-commission/sales-month/sales-month",
|
|
"pages/tabBar/myHome/sales-commission/last-month/last-month",
|
|
"pages/tabBar/myHome/sales-commission/classify/classify",
|
|
"pages/tabBar/myHome/sales-commission/detail/detail",
|
|
"pages/tabBar/mySet/common/expense-record/expense-record",
|
|
"pages/tabBar/myHome/todays-star/todays-star",
|
|
"pages/tabBar/myHome/reservation/reservation",
|
|
"pages/tabBar/myHome/service-feedback/service-feedback",
|
|
"pages/tabBar/myHome/service-feedback/feedback/feedback",
|
|
"pages/tabBar/mySet/common/message/edit-message/edit-message"
|
|
],
|
|
"subPackages": [],
|
|
"window": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#7A7E83",
|
|
"selectedColor": "#e83131",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"fontSize": "24px",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/tabBar/myHome/myHome",
|
|
"iconPath": "static/image/home.png",
|
|
"selectedIconPath": "static/image/home-select.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/tabBar/mySet/mySet",
|
|
"iconPath": "static/image/my.png",
|
|
"selectedIconPath": "static/image/my-select.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {
|
|
"tab-bar": "/pages/tab/tab"
|
|
}
|
|
} |