1 Star 0 Fork 1.4K

宁夏三才信息科技有限公司/jeecg-uniapp

forked from JEECG/jeecg-uniapp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 6.64 KB
一键复制 编辑 原始数据 按行查看 历史
鬼嘻嘻 提交于 2021-09-30 15:35 . 添加班主任审核迎新学生页面
{
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {}
},
{
"path": "pages/basics/layout",
"style": {}
},
{
"path": "pages/basics/background",
"style": {}
},
{
"path": "pages/basics/text",
"style": {}
},
{
"path": "pages/basics/icon",
"style": {}
},
{
"path": "pages/basics/button",
"style": {}
},
{
"path": "pages/basics/design",
"style": {}
},
{
"path": "pages/basics/tag",
"style": {}
},
{
"path": "pages/basics/avatar",
"style": {}
},
{
"path": "pages/basics/progress",
"style": {}
},
{
"path": "pages/basics/shadow",
"style": {}
},
{
"path": "pages/basics/loading",
"style": {}
},
{
"path": "pages/component/bar",
"style": {}
},
{
"path": "pages/component/nav",
"style": {}
},
{
"path": "pages/component/list",
"style": {}
},
{
"path": "pages/component/card",
"style": {}
},
{
"path": "pages/component/form",
"style": {}
},
{
"path": "pages/component/timeline",
"style": {}
},
{
"path": "pages/component/chat",
"style": {}
},
{
"path": "pages/component/swiper",
"style": {}
},
{
"path": "pages/component/modal",
"style": {}
},
{
"path": "pages/component/steps",
"style": {}
}, {
"path": "pages/plugin/indexes",
"style": {}
}, {
"path": "pages/plugin/animation",
"style": {}
}, {
"path": "pages/plugin/drawer",
"style": {}
}, {
"path": "pages/plugin/verticalnav",
"style": {}
}, {
"path": "pages/home/home",
"style": {}
}, {
"path": "pages/login/login",
"style": {}
}, {
"path": "pages/user/userdetail",
"style": {}
},{
"path": "pages/user/useredit",
"style": {}
}, {
"path": "pages/user/people",
"style": {}
}, {
"path": "pages/common/exit",
"style": {}
}, {
"path": "pages/common/success",
"style": {}
}
,{
"path" : "pages/kh/kh",
"style" : {}
}
,{
"path" : "pages/home/annotationList",
"style" :
{
"navigationBarTitleText": "通知公告",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/home/staffatt",
"style" :
{
"navigationBarTitleText": "教职工考勤",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/home/staffatt_class",
"style" : {
"navigationBarTitleText": "教职工上课考勤",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/home/stuatt",
"style" :
{
"navigationBarTitleText": "学生考勤",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/home/stuassList",
"style" :
{
"navigationBarTitleText": "每日学生评估排行",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/home/khphList",
"style" :
{
"navigationBarTitleText": "考核排行",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/kh/studentList",
"style" :
{
"navigationBarTitleText": "学生",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/kh/ruleList",
"style" :
{
"navigationBarTitleText": "素养规则",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/home/timetable",
"style" :
{
"navigationBarTitleText": "课表",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/home/scoreInquiry",
"style" :
{
"navigationBarTitleText": "成绩查询",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/home/historyRecord",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/home/rewardAccumulation",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/home/welcome_new_arrivals",
"style" :
{
"navigationBarTitleText": "迎新",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"mp-alipay": {
/* 支付宝小程序特有相关 */
"transparentTitle": "always",
"allowsBounceVertical": "NO"
},
"navigationBarBackgroundColor": "#0081ff",
"navigationBarTitleText": "智慧校园",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"usingComponts": true,
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "表单", //模式名称
"path": "pages/index/index", //启动页面
"query": "" //启动参数
}]
},
"easycom": {
"custom": {
"autoscan": true,
"gui-(.*)": "@/GraceUI5/components/gui-$1.vue"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/guixixi/jeecg-uniapp.git
git@gitee.com:guixixi/jeecg-uniapp.git
guixixi
jeecg-uniapp
jeecg-uniapp
master

搜索帮助