完成consumer端同步
This commit is contained in:
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/user/login",
|
||||
"style": {
|
||||
"navigationBarTitleText": "用户登录",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/main/index",
|
||||
"style": {
|
||||
@@ -15,6 +8,67 @@
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/login",
|
||||
"style": {
|
||||
"navigationBarTitleText": "用户登录",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/boot",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/register",
|
||||
"style": {
|
||||
"navigationBarTitleText": "注册"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/forgot-password",
|
||||
"style": {
|
||||
"navigationBarTitleText": "忘记密码"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/terms",
|
||||
"style": {
|
||||
"navigationBarTitleText": "用户协议与隐私政策"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/center",
|
||||
"style": {
|
||||
"navigationBarTitleText": "用户中心"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/profile",
|
||||
"style": {
|
||||
"navigationBarTitleText": "个人资料"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/change-password",
|
||||
"style": {
|
||||
"navigationBarTitleText": "修改密码"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/bind-phone",
|
||||
"style": {
|
||||
"navigationBarTitleText": "绑定手机"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/bind-email",
|
||||
"style": {
|
||||
"navigationBarTitleText": "绑定邮箱"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/main/category",
|
||||
"style": {
|
||||
@@ -22,6 +76,13 @@
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/main/messages",
|
||||
"style": {
|
||||
"navigationBarTitleText": "消息",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/main/cart",
|
||||
"style": {
|
||||
@@ -41,21 +102,18 @@
|
||||
{
|
||||
"root": "pages/mall/consumer",
|
||||
"pages": [
|
||||
{
|
||||
"path": "settings",
|
||||
"style": { "navigationBarTitleText": "设置" }
|
||||
},
|
||||
{
|
||||
"path": "wallet",
|
||||
"style": { "navigationBarTitleText": "我的钱包" }
|
||||
},
|
||||
{ "path": "settings", "style": { "navigationBarTitleText": "设置" } },
|
||||
{ "path": "wallet", "style": { "navigationBarTitleText": "我的钱包" } },
|
||||
{
|
||||
"path": "withdraw",
|
||||
"style": { "navigationBarTitleText": "余额提现" }
|
||||
},
|
||||
{
|
||||
"path": "search",
|
||||
"style": { "navigationBarTitleText": "搜索", "navigationStyle": "custom" }
|
||||
"style": {
|
||||
"navigationBarTitleText": "搜索",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "product-detail",
|
||||
@@ -77,6 +135,7 @@
|
||||
"path": "footprint",
|
||||
"style": { "navigationBarTitleText": "我的足迹" }
|
||||
},
|
||||
{ "path": "address", "style": { "navigationBarTitleText": "地址" } },
|
||||
{
|
||||
"path": "address-list",
|
||||
"style": { "navigationBarTitleText": "收货地址" }
|
||||
@@ -89,17 +148,20 @@
|
||||
"path": "checkout",
|
||||
"style": { "navigationBarTitleText": "确认订单" }
|
||||
},
|
||||
{
|
||||
"path": "payment",
|
||||
"style": { "navigationBarTitleText": "收银台" }
|
||||
},
|
||||
{ "path": "payment", "style": { "navigationBarTitleText": "收银台" } },
|
||||
{
|
||||
"path": "payment-success",
|
||||
"style": { "navigationBarTitleText": "支付成功", "navigationStyle": "custom" }
|
||||
"style": {
|
||||
"navigationBarTitleText": "支付成功",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "orders",
|
||||
"style": { "navigationBarTitleText": "我的订单", "enablePullDownRefresh": true }
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的订单",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "order-detail",
|
||||
@@ -109,10 +171,7 @@
|
||||
"path": "logistics",
|
||||
"style": { "navigationBarTitleText": "物流详情" }
|
||||
},
|
||||
{
|
||||
"path": "review",
|
||||
"style": { "navigationBarTitleText": "评价晒单" }
|
||||
},
|
||||
{ "path": "review", "style": { "navigationBarTitleText": "评价晒单" } },
|
||||
{
|
||||
"path": "refund",
|
||||
"style": { "navigationBarTitleText": "退款/售后" }
|
||||
@@ -127,7 +186,30 @@
|
||||
},
|
||||
{
|
||||
"path": "chat",
|
||||
"style": { "navigationBarTitleText": "客服聊天", "navigationStyle": "custom" }
|
||||
"style": {
|
||||
"navigationBarTitleText": "客服聊天",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "chat_new",
|
||||
"style": { "navigationBarTitleText": "客服聊天(新版)" }
|
||||
},
|
||||
{
|
||||
"path": "subscription/plan-list",
|
||||
"style": { "navigationBarTitleText": "软件订阅" }
|
||||
},
|
||||
{
|
||||
"path": "subscription/plan-detail",
|
||||
"style": { "navigationBarTitleText": "订阅详情" }
|
||||
},
|
||||
{
|
||||
"path": "subscription/subscribe-checkout",
|
||||
"style": { "navigationBarTitleText": "确认订阅" }
|
||||
},
|
||||
{
|
||||
"path": "subscription/my-subscriptions",
|
||||
"style": { "navigationBarTitleText": "我的订阅" }
|
||||
},
|
||||
{
|
||||
"path": "subscription/followed-shops",
|
||||
@@ -139,7 +221,7 @@
|
||||
},
|
||||
{
|
||||
"path": "points/signin",
|
||||
"style": { "navigationBarTitleText": "每日签到" }
|
||||
"style": { "navigationBarTitleText": "签到" }
|
||||
},
|
||||
{
|
||||
"path": "points/exchange",
|
||||
@@ -149,34 +231,6 @@
|
||||
"path": "points/exchange-records",
|
||||
"style": { "navigationBarTitleText": "兑换记录" }
|
||||
},
|
||||
{
|
||||
"path": "product-reviews",
|
||||
"style": { "navigationBarTitleText": "商品评价" }
|
||||
},
|
||||
{
|
||||
"path": "my-reviews",
|
||||
"style": { "navigationBarTitleText": "我的评价" }
|
||||
},
|
||||
{
|
||||
"path": "balance/index",
|
||||
"style": { "navigationBarTitleText": "我的余额" }
|
||||
},
|
||||
{
|
||||
"path": "share/index",
|
||||
"style": { "navigationBarTitleText": "我的分享" }
|
||||
},
|
||||
{
|
||||
"path": "share/detail",
|
||||
"style": { "navigationBarTitleText": "分享详情" }
|
||||
},
|
||||
{
|
||||
"path": "member/index",
|
||||
"style": { "navigationBarTitleText": "会员中心" }
|
||||
},
|
||||
{
|
||||
"path": "message-detail",
|
||||
"style": { "navigationBarTitleText": "消息详情" }
|
||||
},
|
||||
{
|
||||
"path": "red-packets/index",
|
||||
"style": { "navigationBarTitleText": "我的红包" }
|
||||
@@ -188,21 +242,39 @@
|
||||
{
|
||||
"path": "bank-cards/add",
|
||||
"style": { "navigationBarTitleText": "添加银行卡" }
|
||||
},
|
||||
{
|
||||
"path": "bank-cards/verify",
|
||||
"style": { "navigationBarTitleText": "银行卡验证" }
|
||||
},
|
||||
{
|
||||
"path": "balance/index",
|
||||
"style": { "navigationBarTitleText": "余额" }
|
||||
},
|
||||
{
|
||||
"path": "my-reviews",
|
||||
"style": { "navigationBarTitleText": "我的评价" }
|
||||
},
|
||||
{
|
||||
"path": "message-detail",
|
||||
"style": { "navigationBarTitleText": "消息详情" }
|
||||
},
|
||||
{
|
||||
"path": "member/index",
|
||||
"style": { "navigationBarTitleText": "会员中心" }
|
||||
},
|
||||
{
|
||||
"path": "product-reviews",
|
||||
"style": { "navigationBarTitleText": "商品评价" }
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "商城",
|
||||
"navigationBarBackgroundColor": "#ffffff",
|
||||
"backgroundColor": "#f5f5f5"
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#999999",
|
||||
"selectedColor": "#ff5000",
|
||||
"borderStyle": "black",
|
||||
"backgroundColor": "#ffffff",
|
||||
"borderStyle": "black",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/main/index",
|
||||
@@ -216,6 +288,12 @@
|
||||
"iconPath": "static/tabbar/category.png",
|
||||
"selectedIconPath": "static/tabbar/category.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/main/messages",
|
||||
"text": "消息",
|
||||
"iconPath": "static/tabbar/message.png",
|
||||
"selectedIconPath": "static/tabbar/message.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/main/cart",
|
||||
"text": "购物车",
|
||||
@@ -230,19 +308,10 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"preloadRule": {
|
||||
"pages/main/index": {
|
||||
"network": "all",
|
||||
"packages": ["pages/mall/consumer"]
|
||||
}
|
||||
},
|
||||
"easycom": {
|
||||
"autoscan": true,
|
||||
"custom": {
|
||||
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
|
||||
}
|
||||
},
|
||||
"optimization": {
|
||||
"subPackages": true
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "mall",
|
||||
"navigationBarBackgroundColor": "#FFFFFF",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user