no message

This commit is contained in:
2025-06-04 10:40:35 +08:00
commit f537cbcaf6
134 changed files with 23111 additions and 0 deletions

100
pages.json Normal file
View File

@@ -0,0 +1,100 @@
{
"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/manage/smck",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/hnby",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/task-manage",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/inst-manage",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/yzmlby",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/bcpjb",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/hnlgbd",
"style" :
{
"navigationStyle": "custom"
}
}
,{
"path" : "pages/manage/hnlgcx",
"style" :
{
"navigationStyle": "custom"
}
}
],
"globalStyle": {
// "pageOrientation": "landscape",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}