506 lines
11 KiB
JSON
506 lines
11 KiB
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/home/home",
|
||
"style": {
|
||
"navigationBarTitleText": "首页",
|
||
"navigationBarBackgroundColor": "#FFFFFF",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/my/x_login",
|
||
"style": {
|
||
"navigationBarTitleText": "登录",
|
||
"app-plus": {
|
||
"titleNView": false
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/home/home1",
|
||
"style": {
|
||
"navigationBarTitleText": "首页1",
|
||
"navigationBarBackgroundColor": "#FFFFFF",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/classification/classification",
|
||
"style": {
|
||
"navigationBarTitleText": "分类",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/shoppingCart/shoppingCart",
|
||
"style": {
|
||
"navigationBarTitleText": "购物车",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/my/my",
|
||
"style": {
|
||
"navigationBarTitleText": "我的",
|
||
"navigationBarBackgroundColor": "#FFFFFF",
|
||
"app-plus": {
|
||
"titleNView": false
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/my/x_reset_assword",
|
||
"style": {
|
||
"navigationBarTitleText": "重置密码",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/my/x_register",
|
||
"style": {
|
||
"navigationBarTitleText": "注册",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/my/path-change",
|
||
"style": {
|
||
"navigationBarTitleText": "收货地址",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
}
|
||
, {
|
||
"path": "pages/my/authentication",
|
||
"style": {
|
||
"navigationBarTitleText": "认证",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": {
|
||
"buttons": [ //原生标题栏按钮配置,
|
||
{
|
||
"text": "跳过", //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
|
||
"fontSize": "30upx",
|
||
"color": "#FFFFFF"
|
||
}
|
||
],
|
||
"backButton": { //自定义 backButton
|
||
"background": "#00FF00"
|
||
}
|
||
}
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/shoppingCart/goodsDetail",
|
||
"style": {
|
||
"navigationBarTitleText": "订单详情页",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
},{
|
||
"path": "pages/shoppingCart/sureOrder",
|
||
"style": {
|
||
"navigationBarTitleText": "确认订单",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
},{
|
||
"path": "pages/my/setting",
|
||
"component": "setting",
|
||
"style": {
|
||
"navigationBarTitleText": "设置",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
},{
|
||
"path": "pages/my/personal_center",
|
||
"component": "setting",
|
||
"style": {
|
||
"navigationBarTitleText": "个人中心",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
},{
|
||
"path": "pages/my/change_password",
|
||
"component": "setting",
|
||
"style": {
|
||
"navigationBarTitleText": "修改密码",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
},{
|
||
"path": "pages/my/bind_phone",
|
||
"component": "setting",
|
||
"style": {
|
||
"navigationBarTitleText": "绑定手机号",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
},{
|
||
"path": "pages/my/is_message",
|
||
"component": "setting",
|
||
"style": {
|
||
"navigationBarTitleText": "消息",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
},{
|
||
"path": "pages/order/index",
|
||
"style": {
|
||
"navigationBarTitleText": "我的订单",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false,
|
||
"scrollIndicator":"none"
|
||
}
|
||
}
|
||
},{
|
||
"path": "pages/my/pay_type",
|
||
"style": {
|
||
"navigationBarTitleText": "支付订单",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
},{
|
||
"path": "pages/order/details",
|
||
"style": {
|
||
"navigationBarTitleText": "订单详情",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
},{
|
||
"path": "pages/order/express",
|
||
"style": {
|
||
"navigationBarTitleText": "查看物流",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
},{
|
||
"path": "pages/my/opinion",
|
||
"style": {
|
||
"navigationBarTitleText": "专属客服",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
},{
|
||
"path": "pages/my/gong_mes",
|
||
"style": {
|
||
"navigationBarTitleText": "对公信息",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
},
|
||
// 收藏
|
||
{
|
||
"path" : "pages/my/collect",
|
||
"style" : {
|
||
"navigationBarTitleText":"收藏",
|
||
"app-plus":{
|
||
"scrollIndicator":"none",
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/my/user-path-list",
|
||
// "style" : {
|
||
// "navigationBarTitleText":"收货地址",
|
||
// "app-plus":{
|
||
// // "scrollIndicator":"none",
|
||
// "bounce":"none",
|
||
// "titleNView":{
|
||
// "buttons":[
|
||
// {
|
||
// "float":"right",
|
||
// "color":"#999999",
|
||
// "colorPressed":"#BBBBBB",
|
||
// "fontSrc":"/static/font/iconfont.ttf",
|
||
// "text":"\ue626",
|
||
// "fontSize":"15px"
|
||
// }
|
||
// ]
|
||
// }
|
||
// }
|
||
// },
|
||
"style": {
|
||
"navigationBarTitleText": "收货地址",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
}
|
||
|
||
// 编辑收货地址
|
||
,{
|
||
"path" : "pages/my/user-path-edit",
|
||
"style" : {
|
||
"navigationBarTitleText":"修改收货地址",
|
||
"app-plus":{
|
||
"scrollIndicator":"none",
|
||
"bounce":"none",
|
||
"titleNView": false
|
||
}
|
||
}
|
||
},{
|
||
"path" : "pages/my/user-path-add",
|
||
"style" : {
|
||
"navigationBarTitleText":"新增收货地址",
|
||
"app-plus":{
|
||
"scrollIndicator":"none",
|
||
"bounce":"none",
|
||
"titleNView": false
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/auth/baisc",
|
||
"style" : {
|
||
"navigationBarTitleText":"认证",
|
||
"app-plus":{
|
||
"scrollIndicator":"none",
|
||
"bounce":"none",
|
||
"titleNView": false
|
||
}
|
||
}
|
||
},
|
||
// 详细认证
|
||
{
|
||
"path" : "pages/auth/certificate",
|
||
"style" : {
|
||
"navigationBarTitleText":"认证",
|
||
"app-plus":{
|
||
"scrollIndicator":"none",
|
||
"bounce":"none",
|
||
"titleNView": false
|
||
}
|
||
}
|
||
|
||
},
|
||
// 税务发票
|
||
{
|
||
"path" : "pages/auth/bank",
|
||
"style" : {
|
||
"navigationBarTitleText":"认证",
|
||
"app-plus":{
|
||
"scrollIndicator":"none",
|
||
"bounce":"none",
|
||
"titleNView": false
|
||
}
|
||
}
|
||
|
||
},
|
||
|
||
{
|
||
"path" : "pages/my/goauthentication",
|
||
"style" : {
|
||
"navigationBarTitleText":"认证",
|
||
"app-plus":{
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
},
|
||
|
||
{
|
||
"path" : "pages/my/explain",
|
||
"style" : {
|
||
"navigationBarTitleText":"Explain",
|
||
"app-plus":{
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/refund/refund",
|
||
"style": {
|
||
"navigationBarTitleText": "售后列表",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/refund/refund_details",
|
||
"style": {
|
||
"navigationBarTitleText": "售后详情",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/refund/refund_submit",
|
||
"style": {
|
||
"navigationBarTitleText": "申请售后",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/my/pay_success",
|
||
"style": {
|
||
"navigationBarTitleText": "支付",
|
||
"app-plus": {
|
||
"bounce": "none", //关闭窗口回弹效果
|
||
"titleNView": false
|
||
}
|
||
}
|
||
},
|
||
// 搜索
|
||
{
|
||
"path" : "pages/home/search",
|
||
"style": {
|
||
"app-plus":{
|
||
"scrollIndicator":"none",
|
||
"titleNView":false
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/home/search-list",
|
||
"style": {
|
||
"app-plus":{
|
||
"scrollIndicator":"none",
|
||
"titleNView":false,
|
||
"onReachBottomDistance":250
|
||
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/auth/is_Authentication",
|
||
"style": {
|
||
"navigationBarTitleText": "认证",
|
||
"app-plus":{
|
||
"scrollIndicator":"none",
|
||
"titleNView":false
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/auth/look_Authentication",
|
||
"style": {
|
||
"navigationBarTitleText": "认证",
|
||
"app-plus":{
|
||
"scrollIndicator":"none",
|
||
"titleNView":false
|
||
}
|
||
}
|
||
}
|
||
|
||
// ,{
|
||
// "path" : "common/tabBar/tabBar",
|
||
// "style" : {}
|
||
// }
|
||
|
||
,{
|
||
"path" : "pages/my/AboutUs",
|
||
"style": {
|
||
"navigationBarTitleText": "关于我们",
|
||
"app-plus":{
|
||
"scrollIndicator":"none",
|
||
"titleNView":false
|
||
}
|
||
}
|
||
}
|
||
,{
|
||
"path" : "pages/home/MessageDetails",
|
||
"style": {
|
||
"navigationBarTitleText": "公告详情",
|
||
"app-plus":{
|
||
"scrollIndicator":"none",
|
||
"titleNView":false
|
||
}
|
||
}
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "white",
|
||
"navigationBarTitleText": "",
|
||
"scrollIndicator":"vertical",
|
||
"navigationBarBackgroundColor": "#4AC0CB",
|
||
"backgroundColor": "#F8F8F8"
|
||
},
|
||
"condition": { //模式配置,仅开发期间生效
|
||
"current": 0, //当前激活的模式(list 的索引项)
|
||
"list": [{
|
||
"name": "", //模式名称
|
||
"path": "", //启动页面,必选
|
||
"query": "" //启动参数,在页面的onLoad函数里面得到
|
||
}]
|
||
},
|
||
"tabBar": {
|
||
"color": "#C1C1C1",
|
||
"selectedColor": "#6B68DC",
|
||
"borderStyle": "black",
|
||
"backgroundColor": "#fff",
|
||
"list": [{
|
||
"pagePath": "pages/home/home",
|
||
"iconPath": "static/tabbar/home.png",
|
||
"selectedIconPath": "static/tabbar/home1.png",
|
||
"text": "首页"
|
||
}, {
|
||
"pagePath": "pages/classification/classification",
|
||
"iconPath": "static/tabbar/fenlei2.png",
|
||
"selectedIconPath": "static/tabbar/fenlei1.png",
|
||
"text": "分类"
|
||
}, {
|
||
"pagePath": "pages/shoppingCart/shoppingCart",
|
||
"iconPath": "static/tabbar/car2.png",
|
||
"selectedIconPath": "static/tabbar/car1.png",
|
||
"text": "购物车"
|
||
}, {
|
||
"pagePath": "pages/my/my",
|
||
"iconPath": "static/tabbar/my2.png",
|
||
"selectedIconPath": "static/tabbar/my1.png",
|
||
"text": "我的"
|
||
}]
|
||
}
|
||
|
||
}
|