拷贝xinfengtianneng

This commit is contained in:
2024-02-28 10:33:22 +08:00
commit 17110f91a3
110 changed files with 17040 additions and 0 deletions

60
pages.json Normal file
View File

@@ -0,0 +1,60 @@
{
"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"
}
},
{
"path" : "pages/modules/man-paichan",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/wire-board",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/modules/mater-inventory",
"style" :
{
"navigationStyle": "custom"
}
}
],
"globalStyle": {
// "pageOrientation": "landscape",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}