47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"pages": [
|
|
"pages/login/index",
|
|
"pages/warehouse/warehouse-select",
|
|
"pages/warehouse/select",
|
|
"pages/register/index",
|
|
"pages/index/index",
|
|
"pages/scan/history",
|
|
"pages/user/index",
|
|
"pages/scan/book-records"
|
|
],
|
|
"subPackages": [],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#7A7E83",
|
|
"selectedColor": "#2979ff",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "/static/tabbar/index.png",
|
|
"selectedIconPath": "/static/tabbar/index.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/scan/history",
|
|
"iconPath": "/static/tabbar/setting.png",
|
|
"selectedIconPath": "/static/tabbar/setting.png",
|
|
"text": "设置"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/index",
|
|
"iconPath": "/static/tabbar/my.png",
|
|
"selectedIconPath": "/static/tabbar/my.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"usingComponents": {}
|
|
} |