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.
54 lines
1.2 KiB
54 lines
1.2 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": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},{
|
|
"path": "pages/outLocation/addForm",
|
|
"style": {
|
|
"navigationBarTitleText": "出库信息",
|
|
"navigationBarBackgroundColor": "#409eff",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
}],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "RuoYi",
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
}
|
|
}
|