Files
zhxg_xsbdV1.0/pages.json

272 lines
5.7 KiB
JSON
Raw Permalink Normal View History

2025-07-16 17:44:45 +08:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
/*{
"path": "pages/help/noopen",
"style": {
"navigationBarTitleText": "提示页",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, */
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/newindex/newindex",
"style": {
"navigationBarTitleText": "迎新首页",
"enablePullDownRefresh": false
}
},
{
"path": "pages/start-page/start-page",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/pay/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff"
}
}, {
"path": "pages/notify/index",
"style": {
"navigationBarTitleText": "待办",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff"
}
}, {
"path": "pages/own/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/filling/filling",
"style": {
"navigationBarTitleText": "报到信息填报",
"enablePullDownRefresh": false
}
},
{
"path": "pages/pay/index",
"style": {
"navigationBarTitleText": "缴费",
"enablePullDownRefresh": false
}
},
{
"path": "pages/Userinformation/Userinformation",
"style": {
"navigationBarTitleText": "个人信息",
"enablePullDownRefresh": false
}
}, {
"path": "pages/notify/detail",
"style": {
"navigationBarTitleText": "新闻详情"
}
}, {
"path": "pages/gather/gather",
"style": {
"navigationBarTitleText": "信息采集",
"enablePullDownRefresh": false
}
}, {
"path": "pages/dormitoryOptions/dormitoryOptions",
"style": {
"navigationBarTitleText": "宿舍选择",
"enablePullDownRefresh": false
}
}, {
"path": "pages/bedChoice/bedChoice",
"style": {
"navigationBarTitleText": "床位选择",
"enablePullDownRefresh": false
}
}, {
"path": "pages/help-and-feedback/help-and-feedback",
"style": {
"navigationBarTitleText": "帮助与反馈",
"enablePullDownRefresh": false
}
}, {
"path": "pages/common/webview",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/step/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
, {
"path": "pages/notice/notice",
"style": {
"navigationBarTitleText": "入学须知",
"enablePullDownRefresh": false
}
}, {
"path": "pages/size/size",
"style": {
"navigationBarTitleText": "尺码登记",
"enablePullDownRefresh": false
}
}, {
"path": "pages/loan/loan",
"style": {
"navigationBarTitleText": "助学贷款",
"enablePullDownRefresh": false
}
}, {
"path": "pages/CampusNetwork/CampusNetwork",
"style": {
"navigationBarTitleText": "校园网选取",
"enablePullDownRefresh": false
}
}, {
"path": "pages/Confirm/Confirm",
"style": {
"navigationBarTitleText": "专业确认",
"enablePullDownRefresh": false
}
}, {
"path": "pages/Photo/Photo",
"style": {
"navigationBarTitleText": "照片采集",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/ownDorm/index",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
}
,{
"path" : "pages/payreading/payreading",
"style" :
{
"navigationBarTitleText": "缴费须知",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/login/editphone",
"style" :
{
"navigationBarTitleText" : "更换手机号"
}
},
{
"path" : "pages/login/index_real",
"style" :
{
"navigationBarTitleText" : "临时登录页"
}
},
{
"path" : "pages/help/helpword",
"style" :
{
"navigationBarTitleText" : "使用帮助"
}
},
{
"path" : "pages/PhoneNumber/PhoneNumber",
"style" :
{
"navigationBarTitleText" : "号码确认"
}
},
{
"path" : "pages/informationCheck/informationCheck",
"style" :
{
"navigationBarTitleText" : "报道核验"
}
},
{
"path" : "pages/update_pwd/update_pwd",
"style" :
{
"navigationBarTitleText" : "忘记密码"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "新生报到",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"color": "#28303F",
"selectedColor": "#4A90E2",
"borderStyle": "black",
"backgroundColor": "#ffffff"
// ,"list": [{
// "pagePath": "pages/index/index",
// "iconPath": "./static/icon/home.png",
// "selectedIconPath": "static/icon/home_act.png",
// "text": "首页"
// },
// {
// "pagePath": "pages/notify/index",
// "iconPath": "./static/icon/notify.png",
// "selectedIconPath": "static/icon/notify_act.png",
// "text": "待办"
// },
// {
// "pagePath": "pages/own/index",
// "iconPath": "./static/icon/own.png",
// "selectedIconPath": "static/icon/own_act.png",
// "text": "我的"
// }
// ]
}
}