1 Star 0 Fork 1

纸深码农 / jeeplus-app

forked from DreamSunlight / jeeplus-app 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 9.39 KB
一键复制 编辑 原始数据 按行查看 历史
DreamSunlight 提交于 2022-04-04 18:44 . 优化调整
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
}
}
},
{
"path": "pages/home/home",
"name": "home",
"title": "首页",
"aliasPath": "/", //对于h5端你必须在首页加上aliasPath并设置为/
"style": {
"navigationBarTitleText": "",
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
}
},
{
"path": "pages/login/register",
"style": {
"navigationBarTitleText": "注册",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
}
}
},
{
"path": "pages/login/forgetPwd",
"style": {
"navigationBarTitleText": "忘记密码",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"animationType": "slide-in-bottom"
}
}
},
{
"path": "pages/login/xieyi",
"style": {
"navigationBarTitleText": "使用条款",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/user",
"name": "user",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
},
{
"path": "pages/user/wallet/recharge",
"style": {
"navigationBarTitleText": "充值",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/wallet/withdrawal",
"style": {
"navigationBarTitleText": "提现",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/wallet/detail/duihuanlog",
"style": {
"navigationBarTitleText": "兑换记录",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/wallet/huzhuan",
"style": {
"navigationBarTitleText": "互转",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/wallet/huzhuanLog",
"style": {
"navigationBarTitleText": "互转详情",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/invite/invite",
"style": {
"navigationBarTitleText": "邀请好友",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/wallet/rechargeLog",
"style": {
"navigationBarTitleText": "充值记录",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/wallet/rechargeDetail",
"style": {
"navigationBarTitleText": "充值详情",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/wallet/withdrawalDetail",
"style": {
"navigationBarTitleText": "提现详情",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/wallet/withdrawalLog",
"style": {
"navigationBarTitleText": "提现记录",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/wallet/detail/leadwalletDetail",
"style": {
"navigationBarTitleText": "团队奖励记录",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/wallet/detail/purchaseDetail",
"style": {
"navigationBarTitleText": "消费奖励记录",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/wallet/detail/directwalletDetail",
"style": {
"navigationBarTitleText": "服务中心奖励记录",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/wallet/detail/indirectwalletDetail",
"style": {
"navigationBarTitleText": "分红奖励记录",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/wallet/detail/areawalletDetail",
"style": {
"navigationBarTitleText": "分享奖励记录",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/wallet/detail/citywalletDetail",
"style": {
"navigationBarTitleText": "代理分红奖励记录",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/wallet/detail/provincialwalletDetail",
"style": {
"navigationBarTitleText": "代理分红奖励记录",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/wallet/detail/operationwalletDetail",
"style": {
"navigationBarTitleText": "运营中心记录",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/wallet/wallet",
"style": {
"navigationBarTitleText": "我的资产",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/download/downbowser",
"style": {
"navigationBarTitleText": "下载APP",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/download/download",
"style": {
"navigationBarTitleText": "下载APP",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/set/info",
"style": {
"navigationBarTitleText": "个人信息",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/set/forgetPayPsd",
"style": {
"navigationBarTitleText": "忘记密码",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/set/changePayPsd",
"style": {
"navigationBarTitleText": "修改支付密码",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/set/edit-password",
"style": {
"navigationBarTitleText": "修改登录密码",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/set/set",
"style": {
"navigationBarTitleText": "设置",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/home/goodsDetail/goodsDetail",
"name": "goodsDetail",
"style": {
"navigationBarTextStyle": "black",
"backgroundColorTop": "#f78f3a",
"backgroundColorBottom": "#272727",
"navigationBarTitleText": "",
"transparentTitle": "auto"
}
},
{
"path": "pages/home/goodsDetail/noticeList",
"name": "noticeList",
"style": {
"navigationBarTextStyle": "black",
"backgroundColorTop": "#f78f3a",
"backgroundColorBottom": "#272727",
"navigationBarTitleText": "公告"
}
},
{
"path": "pages/home/goodsDetail/noticeDetail",
"name": "noticeList",
"style": {
"navigationBarTextStyle": "black",
"backgroundColorTop": "#f78f3a",
"backgroundColorBottom": "#272727",
"navigationBarTitleText": "公告详情"
}
},
{
"path": "pages/user/address/addressList",
"style": {
"navigationBarTitleText": "我的地址",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/address/edit/edit",
"style": {
"navigationBarTitleText": "编辑地址",
"navigationBarTextStyle": "white",
"app-plus": {
"titleNView": {
"buttons": [{
"fontSrc": "/static/iconfont.ttf",
"text": "删除",
"fontSize": "14px",
"color": "#318BF2",
"width": "auto"
}]
}
},
"mp-weixin": {
"titleNView": {
"buttons": [{
"fontSrc": "/static/iconfont.ttf",
"text": "删除",
"fontSize": "14px",
"color": "#318BF2",
"width": "auto"
}]
}
}
}
},
{
"path": "pages/user/order/orderList",
"style": {
"navigationBarTitleText": "我的订单",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/order/orderDetail",
"style": {
"navigationBarTitleText": "订单详情",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/kefu",
"style": {
"navigationBarTitleText": "联系客服",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/cart/cart",
"style": {
"navigationBarTitleText": "购物车",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/category/category",
"style": {
"navigationBarTitleText": "商品分类"
/* "app-plus": {
"titleNView": false //禁用原生导航栏
} */
}
},
{
"path": "pages/home/goodsDetail/placeOrder",
"style": {
"navigationBarTitleText": "支付订单"
}
},
{
"path": "pages/user/team/team",
"style": {
"navigationBarTitleText": "我的团队",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/k_line/k_line",
"style": {
"navigationBarTitleText": "K线图",
"navigationBarTextStyle": "white"
}
}
],
"globalStyle": {
"pageOrientation": "portrait",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "宾利生活",
"navigationBarBackgroundColor": "#ff8429",
"backgroundColor": "#F8F8F8",
"backgroundColorTop": "#F4F5F6",
"backgroundColorBottom": "#F4F5F6",
"onReachBottomDistance": 50,
"mp-360": {
"navigationStyle": "custom"
}
},
// 默认底部导航栏
"tabBar": {
"color": "#999",
"selectedColor": "#49426D",
"backgroundColor": "#ffffff",
"borderStyle": "white",
"list": [{
"pagePath": "pages/home/home",
"text": "首页",
"iconPath": "static/imgs/tabbar/tab_home.png",
"selectedIconPath": "/static/imgs/tabbar/tab_home_sel.png"
},
/* {
"pagePath": "pages/category/category",
"text": "分类",
"iconPath": "static/imgs/tabbar/tab_wz.png",
"selectedIconPath": "static/imgs/tabbar/tab_wz_sel.png"
}, */
{
"pagePath": "pages/user/wallet/wallet",
"text": "通证",
"iconPath": "static/imgs/tabbar/tab_type.png",
"selectedIconPath": "static/imgs/tabbar/tab_type_sel.png"
},
{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "static/imgs/tabbar/tab_my.png",
"selectedIconPath": "static/imgs/tabbar/tab_my_sel.png"
}
]
}
}
1
https://gitee.com/sutianbiao/jeeplus-app.git
git@gitee.com:sutianbiao/jeeplus-app.git
sutianbiao
jeeplus-app
jeeplus-app
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891