You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.4 KiB

3 years ago
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/scan/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/assets/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/upload/index",
"style": {
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "苏州水利工管处固定资产管理",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "rgb(40, 40, 40)",
"selectedColor": "#107fc9",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/home.png",
"selectedIconPath": "static/home-active.png"
},
{
"pagePath":"pages/scan/index",
"text":"资产扫码",
"iconPath": "static/scan.png",
"selectedIconPath": "static/scan-active.png"
},
{
"pagePath": "pages/assets/index",
"text":"资产同步",
"iconPath": "static/sync.png",
"selectedIconPath": "static/sync-active.png"
},
{
"pagePath": "pages/upload/index",
"text": "数据上传",
"iconPath": "static/upload.png",
"selectedIconPath": "static/upload-active.png"
}
]
}
}