2024-02-28 10:33:22 +08:00
|
|
|
|
{
|
|
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
|
{
|
|
|
|
|
|
"path" : "pages/login/login",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/home/home",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/login/setup",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/login/upgrade",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
2024-03-05 16:29:04 +08:00
|
|
|
|
{
|
|
|
|
|
|
"path" : "pages/modules/man-paichan",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/modules/wire-board",
|
2024-02-28 10:33:22 +08:00
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
2024-03-05 16:29:04 +08:00
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/modules/mater-inventory",
|
2024-02-28 10:33:22 +08:00
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
2024-03-05 16:29:04 +08:00
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/modules/rawmater-instore",
|
2024-02-28 10:33:22 +08:00
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
2024-03-05 16:29:04 +08:00
|
|
|
|
|
|
|
|
|
|
}
|
2024-03-07 13:42:45 +08:00
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/modules/rawmater-outstore",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
,{
|
|
|
|
|
|
"path" : "pages/modules/zupan-unbind",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
2024-02-28 10:33:22 +08:00
|
|
|
|
],
|
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
|
// "pageOrientation": "landscape",
|
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
|
"navigationBarBackgroundColor": "#d7592f",
|
|
|
|
|
|
"backgroundColor": "#ffffff"
|
|
|
|
|
|
},
|
|
|
|
|
|
"uniIdRouter": {}
|
|
|
|
|
|
}
|