home
This commit is contained in:
56
pages.json
56
pages.json
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||
{
|
||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||
{
|
||||
"path" : "pages/login/login",
|
||||
"style": {
|
||||
@@ -11,7 +11,7 @@
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path" : "pages/login/setup",
|
||||
"style": {
|
||||
@@ -19,28 +19,28 @@
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path" : "pages/ProductManage/SboProdProgress",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
"path" : "pages/ProductManage/SboProdProgress",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path" : "pages/ProductManage/SboProcess",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
"path" : "pages/ProductManage/SboProcess",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path" : "pages/ProductManage/BakeProcess",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
"path" : "pages/ProductManage/BakeProcess",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path" : "pages/ProductManage/PointManage",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
"path" : "pages/ProductManage/PointManage",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}
|
||||
,{
|
||||
"path" : "pages/ProductManage/EmptyPipeInStore",
|
||||
@@ -65,14 +65,14 @@
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}
|
||||
],
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
// "pageOrientation": "landscape",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarTitleText": "uni-app",
|
||||
"navigationBarBackgroundColor": "#d7592f",
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"uniIdRouter": {}
|
||||
// "pageOrientation": "landscape",
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarTitleText": "uni-app",
|
||||
"navigationBarBackgroundColor": "#d7592f",
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"uniIdRouter": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user