4 Star 0 Fork 0

乘风 / 兼职平台前端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.12 KB
一键复制 编辑 原始数据 按行查看 历史
乘风 提交于 2023-12-17 08:46 . sync
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "任务签到小程序",
"enablePullDownRefresh" : true
}
},
{
"path" : "pages/index/detail",
"style" :
{
"navigationBarTitleText" : "任务详情",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/my/index",
"style" :
{
"navigationBarTitleText" : "我的",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/my/info",
"style" :
{
"navigationBarTitleText" : "个人信息",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/my/sign",
"style" :
{
"navigationBarTitleText" : "签到记录",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/my/sign2",
"style" :
{
"navigationBarTitleText" : "签到员任务区",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/my/card",
"style" :
{
"navigationBarTitleText" : "实名认证",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/my/detail",
"style" :
{
"navigationBarTitleText" : "签到记录",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/my/thirdfaceid",
"style" :
{
"navigationBarTitleText" : "人脸核身",
"enablePullDownRefresh" : false
}
}
],
"tabBar": {
"custom": true,
"list": [{
"pagePath": "pages/index/index",
"text": "任务列表"
},
{
"pagePath": "pages/my/index",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "任务签到小程序",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}
1
https://gitee.com/yitian2016/part-time-platform-front-end.git
git@gitee.com:yitian2016/part-time-platform-front-end.git
yitian2016
part-time-platform-front-end
兼职平台前端
master

搜索帮助