1 Star 0 Fork 0

JunHai/Flexibleemployment

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
小L 提交于 2021-06-16 21:13 . 初始化
{
"tabBar": {
"color": "#000000",
"selectedColor": "#fa2209",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/user/index",
"iconPath": "static/tabbar/user.png",
"selectedIconPath": "static/tabbar/user-active.png",
"text": "我的"
}, {
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home-active.png",
"text": "问候"
}]
},
"pages": [{
"path": "pages/user/index",
"style": {
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "灵活用工"
}
},
{
"path": "pages/login_regist/index",
"style": {
"navigationBarTitleText": "用户登录"
}
}
, {
"path": "pages/login_regist/regist/regist",
"style": {
"navigationBarTitleText": "用户注册",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/user/postrealname/idnex",
"style" :
{
"navigationBarTitleText": "实名认证",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/junhai521/Flexibleemployment.git
git@gitee.com:junhai521/Flexibleemployment.git
junhai521
Flexibleemployment
Flexibleemployment
master

搜索帮助