{
|
"pages": [{
|
"path": "pages/login/login",
|
"style": {
|
"navigationBarTitleText": "",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/home/home",
|
"style": {
|
"navigationBarTitleText": "%index.home%",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/InManagement/ContainerBinding/Container_Binding",
|
"style": {
|
"navigationBarTitleText": "%container.title%",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/mat/matSelected",
|
"style": {
|
"navigationBarTitleText": "%matSelected.title%",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/InManagement/OrderContainerBinding/Main/orderList",
|
"style": {
|
"navigationBarTitleText": "%container.orderComb%",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/InManagement/OrderContainerBinding/Main/orderDetlList",
|
"style": {
|
"navigationBarTitleText": "%container.orderCombDetl%",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/InManagement/OrderContainerBinding/Main/Order_Container_Binding",
|
"style": {
|
"navigationBarTitleText": "%container.order_container_binding_title%",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/InManagement/OrderContainerBinding/NoMain/orderDetlList",
|
"style": {
|
"navigationBarTitleText": "%container.orderCombDetl%",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/InManagement/OrderContainerBinding/NoMain/Order_Container_Binding",
|
"style": {
|
"navigationBarTitleText": "%container.order_container_binding_title%",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/settings/settings",
|
"style": {
|
"navigationBarTitleText": "%settings.title%",
|
"navigationStyle": "custom"
|
}
|
}
|
],
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "uni-app",
|
"navigationBarBackgroundColor": "#F8F8F8",
|
"backgroundColor": "#F8F8F8",
|
"animationType": "pop-in",
|
"animationDuration": 150
|
},
|
"uniIdRouter": {}
|
}
|