1 Star 1 Fork 0

程序猿大波/UniSchoolYiTiHua

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.36 KB
一键复制 编辑 原始数据 按行查看 历史
cuifengbo 提交于 2023-06-08 09:13 . 1
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "我的校园",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/community/community",
"style" :
{
"navigationBarTitleText": "校园社区",
"enablePullDownRefresh": false,
"navigationStyle":"custom"
}
}
,{
"path" : "pages/message/message",
"style" :
{
"navigationBarTitleText": "互动消息",
"enablePullDownRefresh": false,
"navigationStyle":"custom"
}
}
,{
"path" : "pages/home/home",
"style" :
{
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": false,
"navigationStyle":"custom"
}
}
,{
"path" : "pages/common/commonArticle",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle":"custom"
}
}
,{
"path" : "pages/common/reviewArticle",
"style" :
{
"navigationBarTitleText": "预览",
"enablePullDownRefresh": false,
"navigationStyle":"custom"
}
}
,{
"path" : "pages/common/addArticle",
"style" :
{
"navigationBarTitleText": "新增",
"enablePullDownRefresh": false
}
},{
"path" : "pages/common/addScore",
"style" :
{
"navigationBarTitleText": "成绩维护",
"enablePullDownRefresh": false
}
}
],
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3c9cff",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tab1-0.png",
"selectedIconPath": "static/tab1-1.png",
"text": "校园服务"
}, {
"pagePath": "pages/community/community",
"iconPath": "static/tab2-0.png",
"selectedIconPath": "static/tab2-1.png",
"text": "教务查询"
}, {
"pagePath": "pages/home/home",
"iconPath": "static/tab4-0.png",
"selectedIconPath": "static/tab4-1.png",
"text": "个人中心"
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qwrqwf/UniSchoolYiTiHua.git
git@gitee.com:qwrqwf/UniSchoolYiTiHua.git
qwrqwf
UniSchoolYiTiHua
UniSchoolYiTiHua
main

搜索帮助