代码拉取完成,页面将自动刷新
{
"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": {}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。