1 Star 0 Fork 0

yooface/marking-system

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 5.84 KB
一键复制 编辑 原始数据 按行查看 历史
yooface 提交于 2023-05-09 22:28 . 完成所有功能
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"transparentTitle": "always" //导航栏透明
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationBarBackgroundColor": "#00557f",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/register/register",
"style": {
"navigationBarTitleText": "用户注册",
"navigationBarBackgroundColor": "#00557f",
"navigationBarTextStyle": "white"
}
},
{
"path" : "pages/my/my",
"style":{
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#00557f",
"navigationBarTextStyle": "white"
}
},
{
"path" : "pages/research/research",
"style":{
"navigationBarTitleText": "课题",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#00557f",
"navigationBarTextStyle": "white"
}
},
{
"path" : "pages/modifypsd/modifypsd",
"style" :
{
"navigationBarTitleText": "修改密码",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#00557f",
"navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/modifyuser/modifyuser",
"style" :
{
"navigationBarTitleText": "编辑资料",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#00557f",
"navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/create/create",
"style" :
{
"navigationBarTitleText": "创建课题",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#00557f",
"navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/edit/edit",
"style" :
{
"navigationBarTitleText": "编辑课题",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#00557f",
"navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/student-research/student-research",
"style" :
{
"navigationBarTitleText": "我的课题",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#00557f",
"navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/teacher-research/teacher-research",
"style" :
{
"navigationBarTitleText": "我的指导",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#00557f",
"navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/research-detial/research-detial",
"style" :
{
"navigationBarTitleText": "课题详情",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#00557f",
"navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/mark-list/mark-list",
"style" :
{
"navigationBarTitleText": "答辩评分列表",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#00557f",
"navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/mark/mark",
"style" :
{
"navigationBarTitleText": "评分详情",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#00557f",
"navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/mark-detial/mark-detial",
"style" :
{
"navigationBarTitleText": "评分详情",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#00557f",
"navigationBarTextStyle": "white"
}
}
],
"tabBar": {
"list": [
{
"text": "首页",
"pagePath": "pages/index/index",
"iconPath": "static/home.png",
"selectedIconPath": "static/home_active.png"
},
{
"text": "课题",
"pagePath": "pages/research/research",
"iconPath": "static/catalogue.png",
"selectedIconPath": "static/catalogue_active.png"
},
{
"text": "我的",
"pagePath": "pages/my/my",
"iconPath": "static/my.png",
"selectedIconPath": "static/my_active.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yooface/marking-system.git
git@gitee.com:yooface/marking-system.git
yooface
marking-system
marking-system
master

搜索帮助