加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 4.62 KB
一键复制 编辑 原始数据 按行查看 历史
詹Sir 提交于 2022-03-26 14:36 . 1
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTitleText": "智慧家居",
"enablePullDownRefresh": false,
"app-plus": {
"pullToRefresh": {
"support": false,
"color": "#0ab0ed", //小圈圈的颜色
"style": "circle" //小圈圈的样式
}
}
}
},
{
"path" : "pages/my/my",
"style": {
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTitleText": "智慧家居"
}
}
,{
"path" : "pages/order/order",
"style": {
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTitleText": "智慧家居"
}
}
,{
"path" : "pages/category/category",
"style": {
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTitleText": "智慧家居"
}
}
,{
"path" : "pages/search/search",
"style": {
// "navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTitleText": "搜索服务"
}
}
,{
"path" : "pages/location/location",
"style": {
// "navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTitleText": "选择地址"
}
}
,{
"path" : "pages/login/login",
"style": {
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTitleText": "密码登录"
}
},{
"path" : "pages/login/code",
"style" :
{
// "navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTitleText": "获取验证码",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/login/account",
"style" :
{
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTitleText": "短信登录"
}
}
,{
"path" : "pages/login/problem",
"style" :
{
"navigationBarTitleText": "常见问题",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/detail/detail",
"style" :
{
"navigationBarTitleText": "服务流程",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/detail/preOrder",
"style" :
{
"navigationBarTitleText": "订单详情",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/category/categoryDetail",
"style": {
"navigationBarTitleText": "选择类目",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "开源字节",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#ffffff"
},
"tabBar": {
"color": "#909399",
"selectedColor": "#0ab0ed",
"borderStyle": "#e7ebf3",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabBar/index.png",
"selectedIconPath": "static/tabBar/index-selected.png",
"text": "首页"
},{
"pagePath": "pages/category/category",
"iconPath": "static/tabBar/category.png",
"selectedIconPath": "static/tabBar/category-selected.png",
"text": "分类"
},{
"pagePath": "pages/order/order",
"iconPath": "static/tabBar/order.png",
"selectedIconPath": "static/tabBar/order-selected.png",
"text": "订单"
},{
"pagePath": "pages/my/my",
"iconPath": "static/tabBar/my.png",
"selectedIconPath": "static/tabBar/my-selected.png",
"text": "我的"
}]
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化