refactor(pages.json): 移除部分页面

This commit is contained in:
yangzhe 2025-10-29 15:05:39 +08:00
parent acedbd0477
commit 3ca2035a43
1 changed files with 138 additions and 139 deletions

View File

@ -27,13 +27,6 @@
"navigationStyle": "custom"
}
},
{
"path": "pages/notes/index",
"style": {
"navigationBarTitleText": "留言板",
"navigationStyle": "custom"
}
},
{
"path": "pages/my/index",
"style": {
@ -51,7 +44,7 @@
{
"path": "pages/home/admissions/index",
"style": {
"navigationBarTitleText": "招办在线",
"navigationBarTitleText": "在线咨询",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
@ -89,147 +82,153 @@
}
},
{
"path": "pages/login/login/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/login/register/register",
"style": {
"navigationBarTitleText": "注册",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/login/perfect/perfect",
"path": "pages/home/history/history",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/login/graduateCertification/graduateCertification",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/message/msgList/msgList",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/message/dialogBox/dialogBox",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/message/interactionList/interactionList",
"style": {
"navigationBarTitleText": "互动消息",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/message/sysList/sysList",
"style": {
"navigationBarTitleText": "系统消息",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/message/attentionList/attentionList",
"style": {
"navigationBarTitleText": "新增关注",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/message/adminList/adminList",
"style": {
"navigationBarTitleText": "管理列表",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/login/ForgetPassword/ForgetPassword",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/login/confirmPwd/confirmPwd",
"style": {
"navigationBarTitleText": "确认密码",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/login/roleSelection",
"style": {
"navigationBarTitleText": "角色选择",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/login/teacherCertification",
"style": {
"navigationBarTitleText": "教职工认证",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/login/recognitionResult/recognitionResult",
"style": {
"navigationBarTitleText": "提示",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/login/recognitionResult/recognitionFailed",
"style": {
"navigationBarTitleText": "认证失败",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path" : "pages/home/history/history",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
// {
// "path": "pages/notes/index",
// "style": {
// "navigationBarTitleText": "留言板",
// "navigationStyle": "custom"
// }
// },
// {
// "path": "pages/login/login/login",
// "style": {
// "navigationBarTitleText": "登录",
// "enablePullDownRefresh": false,
// "navigationStyle": "custom"
// }
// },
// {
// "path": "pages/login/register/register",
// "style": {
// "navigationBarTitleText": "注册",
// "enablePullDownRefresh": false,
// "navigationStyle": "custom"
// }
// },
// {
// "path": "pages/login/perfect/perfect",
// "style": {
// "navigationBarTitleText": "",
// "enablePullDownRefresh": false,
// "navigationStyle": "custom"
// }
// },
// {
// "path": "pages/login/graduateCertification/graduateCertification",
// "style": {
// "navigationBarTitleText": "",
// "enablePullDownRefresh": false,
// "navigationStyle": "custom"
// }
// },
// {
// "path": "pages/message/msgList/msgList",
// "style": {
// "navigationBarTitleText": "",
// "enablePullDownRefresh": false,
// "navigationStyle": "custom"
// }
// },
// {
// "path": "pages/message/dialogBox/dialogBox",
// "style": {
// "navigationBarTitleText": "",
// "enablePullDownRefresh": false,
// "navigationStyle": "custom"
// }
// },
// {
// "path": "pages/message/interactionList/interactionList",
// "style": {
// "navigationBarTitleText": "互动消息",
// "enablePullDownRefresh": false,
// "navigationStyle": "custom"
// }
// },
// {
// "path": "pages/message/sysList/sysList",
// "style": {
// "navigationBarTitleText": "系统消息",
// "enablePullDownRefresh": false,
// "navigationStyle": "custom"
// }
// },
// {
// "path": "pages/message/attentionList/attentionList",
// "style": {
// "navigationBarTitleText": "新增关注",
// "enablePullDownRefresh": false,
// "navigationStyle": "custom"
// }
// },
// {
// "path": "pages/message/adminList/adminList",
// "style": {
// "navigationBarTitleText": "管理列表",
// "enablePullDownRefresh": false,
// "navigationStyle": "custom"
// }
// },
// {
// "path": "pages/login/ForgetPassword/ForgetPassword",
// "style": {
// "navigationBarTitleText": "",
// "enablePullDownRefresh": false,
// "navigationStyle": "custom"
// }
// },
// {
// "path": "pages/login/confirmPwd/confirmPwd",
// "style": {
// "navigationBarTitleText": "确认密码",
// "enablePullDownRefresh": false,
// "navigationStyle": "custom"
// }
// },
// {
// "path": "pages/login/roleSelection",
// "style": {
// "navigationBarTitleText": "角色选择",
// "enablePullDownRefresh": false,
// "navigationStyle": "custom"
// }
// },
// {
// "path": "pages/login/teacherCertification",
// "style": {
// "navigationBarTitleText": "教职工认证",
// "enablePullDownRefresh": false,
// "navigationStyle": "custom"
// }
// },
// {
// "path": "pages/login/recognitionResult/recognitionResult",
// "style": {
// "navigationBarTitleText": "提示",
// "enablePullDownRefresh": false,
// "navigationStyle": "custom"
// }
// },
// {
// "path": "pages/login/recognitionResult/recognitionFailed",
// "style": {
// "navigationBarTitleText": "认证失败",
// "enablePullDownRefresh": false,
// "navigationStyle": "custom"
// }
// },
],
"subPackages": [],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "英星AI",
"navigationBarTitleText": "源小新",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},