1 Star 0 Fork 1

李鑫/ai-family_e-Card

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.71 KB
一键复制 编辑 原始数据 按行查看 历史
李鑫 提交于 2024-03-13 17:20 . git init
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/home/index",
"style": {
"navigationBarTitleText": "天津爱世家科技有限公司"
}
},
{
"path": "pages/card/index",
"style": {
"navigationBarTitleText": "名片夹",
"enablePullDownRefresh": false
}
},
{
"path": "pages/product/index",
"style": {
"navigationBarTitleText": "产品中心",
"enablePullDownRefresh": true
}
},
{
"path": "pages/product/info",
"style": {
"navigationBarTitleText": "产品中心",
"enablePullDownRefresh": false
}
},
{
"path": "pages/about/index",
"style": {
"navigationBarTitleText": "关于爱世家",
"enablePullDownRefresh": false
}
},
{
"path": "pages/contactUs/index",
"style": {
"navigationBarTitleText": "联系我们",
"enablePullDownRefresh": false
}
},
{
"path": "pages/info/index",
"style": {
"navigationBarTitleText": "详情页面",
"enablePullDownRefresh": false
}
}
],
"tabBar": { //设置底部 tab 的表现
"color": "#909399", //tab 上的文字默认颜色
"selectedColor": "#29a1b1", //tab 上的文字选中时的颜色
"backgroundColor": "#eeeff2", //tab 的背景色
"borderStyle": "black", //tabbar 上边框的颜色,可选值 black/white,也支持其他颜色值
"list": [ //tab 的列表,详见 list 属性说明,最少2个、最多5 tab
{
"pagePath": "pages/card/index", //页面路径,必须在 pages 中先定义
"iconPath": "static/mpj.png", //图片路径
"selectedIconPath": "static/mpj-active.png", //选中时的图片路径
"text": "名片夹" //tab 上按钮文字,在 App H5 平台为非必填。例如中间可放一个没有文字的+号图标
},
{
"pagePath": "pages/product/index",
"iconPath": "static/cpzx.png",
"selectedIconPath": "static/cpzx-active.png",
"text": "产品中心"
},
{
"pagePath": "pages/home/index",
"iconPath": "static/home.png", //图片路径
"selectedIconPath": "static/home-active.png", //选中时的图片路径
"text": "首页"
},
{
"pagePath": "pages/about/index",
"iconPath": "static/gsjs.png",
"selectedIconPath": "static/gsjs-active.png",
"text": "公司介绍"
},
{
"pagePath": "pages/contactUs/index",
"iconPath": "static/lxwm.png",
"selectedIconPath": "static/lxwm-active.png",
"text": "联系我们"
}
]
},
"globalStyle": { // 顶部标题配置
"navigationBarTextStyle": "white",
"navigationBarTitleText": "天津爱世家科技有限公司",
"navigationBarBackgroundColor": "#29a1b1",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/bujieqingfeng/ai-family_e-card.git
git@gitee.com:bujieqingfeng/ai-family_e-card.git
bujieqingfeng
ai-family_e-card
ai-family_e-Card
master

搜索帮助