页面开发

This commit is contained in:
2025-06-09 14:43:25 +08:00
commit 47371e97e9
127 changed files with 22558 additions and 0 deletions

84
pages.json Normal file
View File

@@ -0,0 +1,84 @@
{
"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/task/rkqr",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/task/ckqr",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/task/pdqr",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/task/dwcz",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/task/ddzy",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/task/rwgl",
"style" :
{
"navigationStyle": "custom"
}
}
],
"globalStyle": {
// "pageOrientation": "landscape",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}