56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/login/index",
|
|
"pages/todo/todoList",
|
|
"pages/todo/todoAdd",
|
|
"pages/index/orderAdd",
|
|
"pages/index/orderEdit",
|
|
"pages/index/goodsOrderAdd",
|
|
"pages/mine/index",
|
|
"pages/order/index",
|
|
"pages/data/index",
|
|
"pages/data/list"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "茶麻古道",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"backgroundTextStyle": "dark",
|
|
"backgroundColor": "#F2F3F5",
|
|
"backgroundColorBottom": "#F2F3F5",
|
|
"backgroundColorTop": "#F2F3F5",
|
|
"onReachBottomDistance": 50
|
|
},
|
|
"tabBar": {
|
|
"custom": false,
|
|
"color": "#000000",
|
|
"selectedColor": "#8d7bfb",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/tabbar/home.png",
|
|
"selectedIconPath": "static/tabbar/home-active.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/todo/todoList",
|
|
"iconPath": "static/tabbar/todo.png",
|
|
"selectedIconPath": "static/tabbar/todo-active.png",
|
|
"text": "待办"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/index",
|
|
"iconPath": "static/tabbar/user.png",
|
|
"selectedIconPath": "/static/tabbar/user-active.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"requiredPrivateInfos": [
|
|
"chooseAddress"
|
|
],
|
|
"permission": {},
|
|
"usingComponents": {}
|
|
} |