1 Star 0 Fork 210

watermelon1999/Snowy-Mobile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 3.57 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"snowyCode": "login",
"path": "pages/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false,
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "pages/home/index",
"style": {
"navigationBarTitleText": "小诺移动端框架",
"navigationStyle": "custom"
}
},
{
"path": "pages/work/index",
"style": {
"navigationBarTitleText": "工作台",
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "pages/biz/org/index",
"style": {
"navigationBarTitleText": "机构管理",
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "pages/biz/org/form",
"style": {
"navigationBarTitleText": "机构管理",
"onReachBottomDistance": 50, //50代表距离底部多少的距离 这个根据自己的需求 一般都是50
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "pages/biz/position/index",
"style": {
"navigationBarTitleText": "职位管理",
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "pages/biz/position/form",
"style": {
"navigationBarTitleText": "职位管理",
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "pages/biz/user/index",
"style": {
"navigationBarTitleText": "用户管理",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50, //50代表距离底部多少的距离 这个根据自己的需求 一般都是50
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "pages/biz/user/form",
"style": {
"navigationBarTitleText": "用户管理",
// "enablePullDownRefresh": true,
"onReachBottomDistance": 50, //50代表距离底部多少的距离 这个根据自己的需求 一般都是50
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "我的",
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "pages/mine/info/index",
"style": {
"navigationBarTitleText": "个人信息",
"enablePullDownRefresh": false,
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "pages/mine/info/edit",
"style": {
"navigationBarTitleText": "编辑资料",
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "pages/mine/pwd/index",
"style": {
"navigationBarTitleText": "修改密码",
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
}
],
"tabBar": {
"color": "#000000",
"selectedColor": "#000000",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/home/index",
"iconPath": "static/images/tabbar/home.png",
"selectedIconPath": "static/images/tabbar/home_.png",
"text": "首页"
}, {
"pagePath": "pages/work/index",
"iconPath": "static/images/tabbar/work.png",
"selectedIconPath": "static/images/tabbar/work_.png",
"text": "工作台"
},
{
"pagePath": "pages/mine/index",
"iconPath": "static/images/tabbar/mine.png",
"selectedIconPath": "static/images/tabbar/mine_.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/watermelon1999/snowy-mobile.git
git@gitee.com:watermelon1999/snowy-mobile.git
watermelon1999
snowy-mobile
Snowy-Mobile
master

搜索帮助