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.
75 lines
1.7 KiB
75 lines
1.7 KiB
{
|
|
"pages": [{
|
|
"path": "pages/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}, {
|
|
"path": "pages/login",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
}, {
|
|
"path": "pages/inLocation/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
}, {
|
|
"path": "pages/inLocation/addForm",
|
|
"style": {
|
|
"navigationBarTitleText": "入库信息",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
}, {
|
|
"path": "pages/sparePartsReturn/addForm",
|
|
"style": {
|
|
"navigationBarTitleText": "备件归还",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
}, {
|
|
"path": "pages/outLocation/index",
|
|
"style": {
|
|
"navigationBarTitleText": "领用出库",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
}, {
|
|
"path": "pages/outLocation/addForm",
|
|
"style": {
|
|
"navigationBarTitleText": "出库信息",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/outLocation/addForm1",
|
|
"style": {
|
|
"navigationBarTitleText": "出库信息",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
}, {
|
|
"path": "pages/scanCode/scanCode",
|
|
"style": {
|
|
"navigationBarTitleText": "扫码详情",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
}],
|
|
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"backgroundColorBottom": "#f5f5f5"
|
|
},
|
|
"easycom": {
|
|
"custom": {
|
|
"^u-(.*)": "vk-uview-ui/components/u-$1/u-$1.vue"
|
|
}
|
|
}
|
|
}
|