45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"pages": [
|
|
"pages/login/login",
|
|
"pages/startup/startup",
|
|
"pages/homepage/homepage",
|
|
"pages/Occupationalhazards/Occupationalhazards",
|
|
"pages/management/management",
|
|
"pages/user/user"
|
|
],
|
|
"subPackages": [],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"pageOrientation": "auto"
|
|
},
|
|
"tabBar": {
|
|
"color": "#7A7E83",
|
|
"selectedColor": "#435950",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/homepage/homepage",
|
|
"iconPath": "static/homepagew.png",
|
|
"selectedIconPath": "static/homepagews.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/management/management",
|
|
"iconPath": "static/orderw.png",
|
|
"selectedIconPath": "static/orders.png",
|
|
"text": "分类分级"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/user",
|
|
"iconPath": "static/userw.png",
|
|
"selectedIconPath": "static/users.png",
|
|
"text": "个人中心"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {}
|
|
} |