49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"pages": [
|
|
"pages/login",
|
|
"pages/dashboard",
|
|
"pages/approve-list",
|
|
"pages/approve-detail",
|
|
"pages/supplier-text",
|
|
"pages/task-create",
|
|
"pages/order-list",
|
|
"pages/my"
|
|
],
|
|
"window": {
|
|
"navigationBarTitleText": "管理层端",
|
|
"navigationStyle": "custom"
|
|
},
|
|
"tabBar": {
|
|
"color": "#94a3b8",
|
|
"selectedColor": "#2563eb",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "white",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/dashboard",
|
|
"text": "首页",
|
|
"iconPath": "assets/tab-icons/tab_home.png",
|
|
"selectedIconPath": "assets/tab-icons/tab_home_active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/approve-list",
|
|
"text": "审批",
|
|
"iconPath": "assets/tab-icons/tab_approve.png",
|
|
"selectedIconPath": "assets/tab-icons/tab_approve_active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/order-list",
|
|
"text": "订单",
|
|
"iconPath": "assets/tab-icons/tab_order.png",
|
|
"selectedIconPath": "assets/tab-icons/tab_order_active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/my",
|
|
"text": "我的",
|
|
"iconPath": "assets/tab-icons/tab_my.png",
|
|
"selectedIconPath": "assets/tab-icons/tab_my_active.png"
|
|
}
|
|
]
|
|
}
|
|
}
|