加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 5.29 KB
一键复制 编辑 原始数据 按行查看 历史
孙颖洲 提交于 2020-06-12 18:18 . 6666
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/compute/compute",
"style": {
"navigationBarTitleText": "矿机"
}
},
{
"path": "pages/market/market",
"style": {
"navigationBarTitleText": "行情",
"enablePullDownRefresh": true
}
},
{
"path": "pages/mine/mine",
"style": {
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/mine/wallet",
"style": {
"navigationBarTitleText": "钱包"
}
}, {
"path": "pages/mine/address",
"style": {
"navigationBarTitleText": "我的收货地址"
}
}, {
"path": "pages/mine/addressOrderCg",
"style": {
"navigationBarTitleText": "我的收货地址"
}
}, {
"path": "pages/mine/community",
"style": {
"navigationBarTitleText": "我的社区"
}
}, {
"path": "pages/mine/computeOrder",
"style": {
"navigationBarTitleText": "云算力订单"
}
}, {
"path": "pages/mine/update",
"style": {
"navigationBarTitleText": "检查更新"
}
}, {
"path": "pages/shop/shop",
"style": {
"navigationBarTitleText": "积分商城"
}
}, {
"path": "pages/shop/cart",
"style": {
"navigationBarTitleText": "购物车"
}
}, {
"path": "pages/shop/order",
"style": {
"navigationBarTitleText": "订单管理"
}
}, {
"path": "pages/mine/award",
"style": {
"navigationBarTitleText": "中奖记录"
}
}, {
"path": "pages/home/draw",
"style": {
"navigationBarTitleText": "幸运大转盘"
}
}, {
"path": "pages/mine/buyCurrency",
"style": {
"navigationBarTitleText": "购买币种"
}
}, {
"path": "pages/shop/waitdeliver",
"style": {
"navigationBarTitleText": "待发货"
}
}, {
"path": "pages/shop/delivering",
"style": {
"navigationBarTitleText": "待收货"
}
}, {
"path": "pages/shop/orderdetail",
"style": {
"navigationBarTitleText": "订单详情"
}
}, {
"path": "pages/shop/orderdetailpayed",
"style": {
"navigationBarTitleText": "订单详情"
}
}, {
"path": "pages/shop/orderdetailconfirm",
"style": {
"navigationBarTitleText": "订单详情"
}
}, {
"path": "pages/shop/orderdetailend",
"style": {
"navigationBarTitleText": "订单详情"
}
}, {
"path": "pages/shop/goods",
"style": {
"navigationBarTitleText": "商品详情"
}
}, {
"path": "pages/mine/msgList",
"style": {
"navigationBarTitleText": "消息列表"
}
}, {
"path": "pages/mine/msg",
"style": {
"navigationBarTitleText": "消息"
}
}, {
"path": "pages/mine/addressEdit",
"style": {
"navigationBarTitleText": "地址管理"
}
}, {
"path": "pages/mine/recharge",
"style": {
"navigationBarTitleText": "充币"
}
}, {
"path": "pages/mine/extract",
"style": {
"navigationBarTitleText": "提币"
}
}, {
"path": "pages/mine/profit",
"style": {
"navigationBarTitleText": "收益详情"
}
}, {
"path": "pages/mine/level",
"style": {
"navigationBarTitleText": "我的等级"
}
}, {
"path": "pages/mine/askfor",
"style": {
"navigationBarTitleText": "申请"
}
}, {
"path": "pages/account/main",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/account/step1",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/account/step2",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/account/safe",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/ecology/index",
"style": {
"navigationBarTitleText": "生态"
}
}, {
"path": "pages/pledge/index",
"style": {
"navigationBarTitleText": "质押挖矿"
}
}, {
"path": "pages/pledge/buy",
"style": {
"navigationBarTitleText": "购买详情"
}
}, {
"path": "pages/pledge/profit-list",
"style": {
"navigationBarTitleText": "质押收益"
}
}, {
"path": "pages/pledge/profit-detail",
"style": {
"navigationBarTitleText": "质押收益"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "皆有云",
"navigationBarBackgroundColor": "#242644",
"backgroundColor": "#242644"
},
"tabBar": {
"color": "#B8B8BF",
"selectedColor": "#00D28B",
"borderStyle": "black",
"backgroundColor": "#434657",
"list": [{
"pagePath": "pages/home/home",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home-active.png",
"text": "首页"
},
{
"pagePath": "pages/ecology/index",
"iconPath": "static/tabbar/mining.png",
"selectedIconPath": "static/tabbar/mining-active.png",
"text": "生态"
},
{
"pagePath": "pages/compute/compute",
"iconPath": "static/tabbar/compute.png",
"selectedIconPath": "static/tabbar/compute-active.png",
"text": "矿机"
},
{
"pagePath": "pages/market/market",
"iconPath": "static/tabbar/market.png",
"selectedIconPath": "static/tabbar/market-active.png",
"text": "行情"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "static/tabbar/mine.png",
"selectedIconPath": "static/tabbar/mine-active.png",
"text": "我的"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化