加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.45 KB
一键复制 编辑 原始数据 按行查看 历史
空灵 提交于 2024-04-16 11:01 . 4.16
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/tabber/home/home",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "大业美家家居装饰集团"
// // 顶部导航栏背景颜色
// "navigationBarBackgroundColor": "#000",
// // 顶部导航栏标题文字颜色
// "navigationBarTextStyle": "white"
}
},
{
"path": "pages/tabber/case/case",
"style": {
// 顶部导航栏标题文字内容
"navigationBarTitleText": "设计案例",
// #ifdef APP
"navigationStyle": "custom",
// #endif
// "navigationBarBackgroundColor": "#000",
// "navigationBarTextStyle": "white",
// 是否开启下拉刷新
"enablePullDownRefresh": false
}
}, {
"path": "pages/tabber/quote/quote",
"style": {
"navigationBarTitleText": "免费报价",
// "navigationBarBackgroundColor": "#000",
// "navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}, {
"path": "pages/tabber/mine/mine",
"style": {
"navigationBarTitleText": "我要装修",
// "navigationBarBackgroundColor": "#000",
// "navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/compoents/title2/title2",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/compoents/line/line",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/compoents/room/room",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/compoents/foot/foot",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/user/user",
"style" :
{
"navigationBarTitleText" : "user",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/compoents/son/son",
"style" :
{
"navigationBarTitleText" :"子页面",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/compoents/son2/son2",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
}
],
"tabBar": {
// 文字未选中颜色
"color": "#999",
// 选中颜色
"selectedColor": "#e03c2f",
// 边框颜色
"borderStyle": "white",
// 背景颜色
"backgroundColor": "#fff",
// 配置tab页面
"list": [{
// 对应页面地址
"pagePath": "pages/tabber/home/home",
// 显示文字
"text": "首页",
// 图标选中和未选中
"iconPath": "static/首页.png",
"selectedIconPath": "static/首页 (1).png"
}, {
"pagePath": "pages/tabber/case/case",
"text": "设计案例",
"iconPath": "static/设计案例.png",
"selectedIconPath": "static/设计案例 (1).png"
}, {
"pagePath": "pages/tabber/quote/quote",
"text": "免费报价",
"iconPath": "static/免费报价.png",
"selectedIconPath": "static/免费报价 (1).png"
}, {
"pagePath": "pages/tabber/mine/mine",
"text": "我的",
"iconPath": "static/我的.png",
"selectedIconPath": "static/我的 (1).png"
}]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#000",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化