YingXingAI/pages.json

679 lines
19 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"condition": {
//模式配置,仅开发期间生效
"current": 0,
//当前激活的模式(list 的索引项)
"list": [
{
"name": "test",
//模式名称
"path": "pages/login/login/login"
//启动页面,必选
// "query": "uuid=c4bba940-f69e-11ea-a419-6bafda9d095e&__id__=1" //启动参数在页面的onLoad函数里面得到
}
]
},
"pages": [
// 登录
{
"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/home/home/home",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
// 全部服务,
{
"path": "pages/home/home/components/recommend/allServices",
"style": {
"navigationBarTitleText": "全部服务",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
// 更多好友,
{
"path": "pages/home/home/components/recommend/moreFriends",
"style": {
"navigationBarTitleText": "更多好友",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
// 话题广场,
{
"path": "pages/home/home/components/topic/topicSquare",
"style": {
"navigationBarTitleText": "话题广场",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
// 话题详情,
{
"path": "pages/home/home/components/topic/topicDetail",
"style": {
"navigationBarTitleText": "话题详情",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
// 搜索页,
{
"path": "pages/home/home/components/searchPage/index",
"style": {
"navigationBarTitleText": "搜索",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
// 帖子详情,
{
"path": "pages/home/home/components/contentDetail/index",
"style": {
"navigationBarTitleText": "详情",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
// 找校友,
{
"path": "pages/main/index/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
// 消息列表,
{
"path": "pages/message/msgList/msgList",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
// 校友圈,
{
"path": "pages/AlumniCircle/alumnus/alumnus",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/AlumniCircle/forward/forward",
"style": {
"navigationBarTitleText": "转发",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
// 我的,
{
"path": "pages/my/my/my",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
// 查看实名信息
// {
// "path": "pages/my/realDetail/realDetail",
// "style": {
// "navigationBarTitleText": "实名认证",
// "enablePullDownRefresh": false
// }
// },
// 添加教育经历
{
"path": "pages/my/AddEducation/AddEducation",
"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/adminList/adminList",
"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/AlumniCircle/searchAlumnus/searchAlumnus",
"style": {
"navigationBarTitleText": "搜索",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
// 设置,
{
"path": "pages/my/mySeting/mySeting",
"style": {
"navigationBarTitleText": "设置",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
// 我的信息详情,
{
"path": "pages/my/myDetails/myDetails",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
// 头像裁剪
{
"path": "uview-ui/components/u-avatar-cropper/u-avatar-cropper",
"style": {
"navigationBarTitleText": "头像裁剪",
"navigationBarBackgroundColor": "#000000",
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
// 官方认证,
{
"path": "pages/my/authentication/authentication",
"style": {
"navigationBarTitleText": "官方认证",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
//认证详情,
{
"path": "pages/my/certificationDetails/certificationDetails",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
// 搜索,
{
"path": "pages/main/search/search",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
// 忘记密码,
{
"path": "pages/login/ForgetPassword/ForgetPassword",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
// 文章详情,
{
"path": "pages/AlumniCircle/ArticleDetails/ArticleDetails",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
// 评论详情,
{
"path": "pages/AlumniCircle/ReplyDetails/ReplyDetails",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
// 文章发布页面,
{
"path": "pages/AlumniCircle/release/release",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/AlumniCircle/Alumni/Alumni",
"style": {
"navigationBarTitleText": "校友",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/AlumniCircle/userDetail/userDetail",
"style": {
"navigationBarTitleText": "个人主页",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/login/confirmPwd/confirmPwd",
"style": {
"navigationBarTitleText": "确认密码",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/my/ShoolList/ShoolList",
"style": {
"navigationBarTitleText": "教育经历",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/my/TeacherList/TeacherList",
"style": {
"navigationBarTitleText": "任职院校",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/my/shoolAuthentication/shoolAuthentication",
"style": {
"navigationBarTitleText": "学历认证",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/my/ReleaseList/ReleaseList",
"style": {
"navigationBarTitleText": "我的发布",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/my/examine/examine",
"style": {
"navigationBarTitleText": "审核",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/my/AuditDeatil/AuditDeatil",
"style": {
"navigationBarTitleText": "审核资料",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/my/Feedback/Feedback",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/my/wishlist/wishlist",
"style": {
"navigationBarTitleText": "心愿单",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/my/wishlist/addwishlist",
"style": {
"navigationBarTitleText": "添加心愿",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/my/BackSchool/BackSchool",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/my/BackApply/BackApply",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/my/BackDetail/BackDetail",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/my/BackCode/BackCode",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/my/BackSuccess/BackSuccess",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/my/personalResume/personalResume",
"style": {
"navigationBarTitleText": "个人简历",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/my/personalResume/online",
"style": {
"navigationBarTitleText": "在线简历",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/my/personalResume/workPage",
"style": {
"navigationBarTitleText": "工作经历",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/my/personalResume/proPage",
"style": {
"navigationBarTitleText": "工作经历",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/my/BackCodeLook/BackCodeLook",
"style": {
"navigationBarTitleText": "返校核验",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/my/fileAcc/fileAcc",
"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/webview/index",
"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/my/mySeting/mySetPwd",
"style": {
"navigationBarTitleText": "设置密码",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
},
{
"path": "pages/my/myDetails/myInterest",
"style": {
"navigationBarTitleText": "兴趣爱好",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
// 隐藏系统导航栏
}
}
],
"subPackages": [],
// "preloadRule": {
// "pages/example/components": {
// "network": "all",
// "packages": ["pages/componentsA", "pages/componentsB", "pages/componentsC"]
// }
// },
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uView",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
},
"tabBar": {
"color": "#909399",
"selectedColor": "#303133",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/home/home/home",
"iconPath": "/static/common/tabbar/index.png",
"selectedIconPath": "/static/common/tabbar/selectindex.png",
"text": "首页"
},
{
"pagePath": "pages/message/msgList/msgList",
"iconPath": "static/common/tabbar/message.png",
"selectedIconPath": "static/common/tabbar/selectmessage.png",
"text": "消息"
},
{
"pagePath": "pages/main/index/index",
"iconPath": "/static/common/tabbar/findFriends.png",
"selectedIconPath": "/static/common/tabbar/selectFindFridend.png",
"text": "找校友"
},
{
"pagePath": "pages/AlumniCircle/alumnus/alumnus",
"iconPath": "static/common/tabbar/AlumniCircle.png",
"selectedIconPath": "static/common/tabbar/selectAlumniCircle.png",
"text": "校友圈"
},
{
"pagePath": "pages/my/my/my",
"iconPath": "static/common/tabbar/my.png",
"selectedIconPath": "static/common/tabbar/selectmy.png",
"text": "我的"
}
]
}
}