|
@@ -1,697 +1,698 @@
|
|
|
{
|
|
|
- "easycom": {
|
|
|
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
|
|
|
- "^gf-(.*)": "@/components/kj-$1/kj-$1.vue"
|
|
|
- },
|
|
|
- "pages": [
|
|
|
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
- {
|
|
|
- "path": "pages/index/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "商城",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/mine/mine",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/shopping/shopping",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/cart/cart",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/login/login",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "登录",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "mp_ecard_sdk/index/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "腾讯云E证通授权"
|
|
|
- }
|
|
|
- }
|
|
|
+ "easycom": {
|
|
|
+ "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
|
|
|
+ "^gf-(.*)": "@/components/kj-$1/kj-$1.vue"
|
|
|
+ },
|
|
|
+ "pages": [
|
|
|
+ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
+ {
|
|
|
+ "path": "pages/index/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "商城",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/mine/mine",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/shopping/shopping",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/cart/cart",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/login/login",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "登录",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "mp_ecard_sdk/index/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "腾讯云E证通授权"
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- ],
|
|
|
- "subPackages": [
|
|
|
- {
|
|
|
- "root": "pageA",
|
|
|
- "pages": [
|
|
|
- {
|
|
|
- "path": "index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "productdetails",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "order",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "填写订单",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "balance",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "支付订单",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "counter",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "物流报价计算器",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationBarTitleFontSize": 20
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "logisticsinfo",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "物流详情",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "subsidy",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "百万补贴",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "chat/chat",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "chat/news",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "消息",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "service/service",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "payorder",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "支付订单",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "confirm",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "支付结果",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "shoptype",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "商品分类",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "shoplist",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "rule/rule",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "comment",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "changelange",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "root": "pageB",
|
|
|
- "pages": [
|
|
|
- {
|
|
|
- "path": "index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "parcel",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "添加包裹",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "delivery",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "goods",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "物品信息",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "Senderinfor",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "填写寄件人信息",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "recipientinfo",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "填写收件人信息",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "citychange",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "选择国家",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "list/list",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "拼包列表",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "ParcelExpress",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "account",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "myPackage",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的包裹",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "end",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "expresstype",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "快递服务",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "orderinfo",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "订单详情",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "search",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "物品信息",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "xieyi",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "root": "pageC",
|
|
|
- "pages": [
|
|
|
- {
|
|
|
- "path": "index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "accountBalance/accountBalance",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "账户余额",
|
|
|
- "backgroundColor": "#f4f4f4",
|
|
|
- "app-plus": {
|
|
|
- "background": "#f4f4f4"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "balanceDetail/balanceDetail",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "余额明细",
|
|
|
+ ],
|
|
|
+ "subPackages": [{
|
|
|
+ "root": "pageA",
|
|
|
+ "pages": [{
|
|
|
+ "path": "index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "productdetails",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "order",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "填写订单",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "balance",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "支付订单",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "counter",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "物流报价计算器",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationBarTitleFontSize": 20
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "logisticsinfo",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "物流详情",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "subsidy",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "百万补贴",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "chat/chat",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "chat/news",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "消息",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "chat/search",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "消息",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "service/service",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "payorder",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "支付订单",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "confirm",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "支付结果",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "shoptype",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "商品分类",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "shoplist",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "rule/rule",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "comment",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "changelange",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "pageB",
|
|
|
+ "pages": [{
|
|
|
+ "path": "index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "parcel",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "添加包裹",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "delivery",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "goods",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "物品信息",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "Senderinfor",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "填写寄件人信息",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "recipientinfo",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "填写收件人信息",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "citychange",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "选择国家",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "list/list",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "拼包列表",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "ParcelExpress",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "account",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "myPackage",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的包裹",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "end",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "expresstype",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "快递服务",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "orderinfo",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单详情",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "search",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "物品信息",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "xieyi",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "pageC",
|
|
|
+ "pages": [{
|
|
|
+ "path": "index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "accountBalance/accountBalance",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "账户余额",
|
|
|
+ "backgroundColor": "#f4f4f4",
|
|
|
+ "app-plus": {
|
|
|
+ "background": "#f4f4f4"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "balanceDetail/balanceDetail",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "余额明细",
|
|
|
|
|
|
- "backgroundColor": "#ffffff",
|
|
|
- "app-plus": {
|
|
|
- "background": "#ffffff"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "recharge/recharge",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "withdrawal/withdrawal",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "余额提现"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "withdrawalDetail/withdrawalDetail",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "提现明细",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "backgroundColor": "#ffffff"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "ensureMoney/ensureMoney",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "ensureExplain/ensureExplain",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "mineFollow/mineFollow",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
+ "backgroundColor": "#ffffff",
|
|
|
+ "app-plus": {
|
|
|
+ "background": "#ffffff"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "recharge/recharge",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "withdrawal/withdrawal",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "余额提现"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "withdrawalDetail/withdrawalDetail",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "提现明细",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "backgroundColor": "#ffffff"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "ensureMoney/ensureMoney",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "ensureExplain/ensureExplain",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "mineFollow/mineFollow",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "accountSetup/accountSetup",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "账号设置"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "switchLanguage/switchLanguage",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "切换语言"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "personalInformation/personalInformation",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "个人信息"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "editName/editName",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "addressManagement/addressManagement",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "addEditAddress/addEditAddress",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "orderForm/orderForm",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "internationalAddress/internationalAddress",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "accountSecurity/accountSecurity",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "accountCancellation/accountCancellation",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "privacyPolicy/privacyPolicy",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "orderFormDetail/orderFormDetail",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "navigationBarBackgroundColor": "#f4f4f4"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "myPackage/myPackage",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "applicationRefund/applicationRefund",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "refundDetail/refundDetail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "root": "pageD",
|
|
|
- "pages": [
|
|
|
- {
|
|
|
- "path": "index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "supplyChainGoods/supplyChainGoods",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "productDetails/productDetails",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "commodityManage/commodityManage",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "platformProducts/platformProducts",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "settleIn/settleIn",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "orderFormManage/orderFormManage",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "orderInformation/orderInformation",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "logisticsProgress/logisticsProgress",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "paymentOrder/paymentOrder",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "afterSalesManage/afterSalesManage",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "afterSalesDetail/afterSalesDetail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "sending/sending",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "deliverGoods/deliverGoods",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "evaluate/evaluate",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "homepage/homepage",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "ensureRecharge/ensureRecharge",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "orderDetail/orderDetail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "resultFeedback/resultFeedback",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "userAgreement/userAgreement",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "joinPlatfrom/joinPlatfrom",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "newBulitOrder/newBulitOrder",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "faceIdentify/faceIdentify",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ],
|
|
|
- "globalStyle": {
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationBarTitleText": "跨境电商",
|
|
|
- "navigationBarBackgroundColor": "#fff",
|
|
|
- "backgroundColor": "#222"
|
|
|
- },
|
|
|
- "uniIdRouter": {},
|
|
|
- "tabBar": {
|
|
|
- "color": "#222",
|
|
|
- "selectedColor": "#F83224",
|
|
|
- // "list": [
|
|
|
- // {
|
|
|
- // "iconPath": "static/express1.png",
|
|
|
- // "selectedIconPath": "static/express2.png",
|
|
|
- // "text": "跨境速递",
|
|
|
- // "pagePath": "pages/express/express"
|
|
|
- // },
|
|
|
- // {
|
|
|
- // "iconPath": "static/index1.png",
|
|
|
- // "selectedIconPath": "static/index2.png",
|
|
|
- // "text": "商城",
|
|
|
- // "pagePath": "pages/index/index"
|
|
|
- // },
|
|
|
- // {
|
|
|
- // "iconPath": "static/shop.png",
|
|
|
- // "selectedIconPath": "static/shop.png",
|
|
|
- // "text": "购",
|
|
|
- // "pagePath": "pages/shopping/shopping"
|
|
|
- // },
|
|
|
- // {
|
|
|
- // "iconPath": "static/cart1.png",
|
|
|
- // "selectedIconPath": "static/cart2.png",
|
|
|
- // "text": "购物车",
|
|
|
- // "pagePath": "pages/cart/cart"
|
|
|
- // },
|
|
|
- // {
|
|
|
- // "iconPath": "static/mine1.png",
|
|
|
- // "selectedIconPath": "static/mine2.png",
|
|
|
- // "text": "我的",
|
|
|
- // "pagePath": "pages/mine/mine"
|
|
|
- // }
|
|
|
- // ]
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "accountSetup/accountSetup",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "账号设置"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "switchLanguage/switchLanguage",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "切换语言"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "personalInformation/personalInformation",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "个人信息"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "editName/editName",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "addressManagement/addressManagement",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "addEditAddress/addEditAddress",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "orderForm/orderForm",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "internationalAddress/internationalAddress",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "accountSecurity/accountSecurity",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "accountCancellation/accountCancellation",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "privacyPolicy/privacyPolicy",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "orderFormDetail/orderFormDetail",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "navigationBarBackgroundColor": "#f4f4f4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "myPackage/myPackage",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "applicationRefund/applicationRefund",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "refundDetail/refundDetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "pageD",
|
|
|
+ "pages": [{
|
|
|
+ "path": "index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "supplyChainGoods/supplyChainGoods",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "productDetails/productDetails",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "commodityManage/commodityManage",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "platformProducts/platformProducts",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "settleIn/settleIn",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "orderFormManage/orderFormManage",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "orderInformation/orderInformation",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "logisticsProgress/logisticsProgress",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "paymentOrder/paymentOrder",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "afterSalesManage/afterSalesManage",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "afterSalesDetail/afterSalesDetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "sending/sending",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "deliverGoods/deliverGoods",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "evaluate/evaluate",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "homepage/homepage",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "ensureRecharge/ensureRecharge",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "orderDetail/orderDetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "resultFeedback/resultFeedback",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "userAgreement/userAgreement",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "joinPlatfrom/joinPlatfrom",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "newBulitOrder/newBulitOrder",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "faceIdentify/faceIdentify",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "globalStyle": {
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarTitleText": "跨境电商",
|
|
|
+ "navigationBarBackgroundColor": "#fff",
|
|
|
+ "backgroundColor": "#222"
|
|
|
+ },
|
|
|
+ "uniIdRouter": {},
|
|
|
+ "tabBar": {
|
|
|
+ "color": "#222",
|
|
|
+ "selectedColor": "#F83224",
|
|
|
+ // "list": [
|
|
|
+ // {
|
|
|
+ // "iconPath": "static/express1.png",
|
|
|
+ // "selectedIconPath": "static/express2.png",
|
|
|
+ // "text": "跨境速递",
|
|
|
+ // "pagePath": "pages/express/express"
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // "iconPath": "static/index1.png",
|
|
|
+ // "selectedIconPath": "static/index2.png",
|
|
|
+ // "text": "商城",
|
|
|
+ // "pagePath": "pages/index/index"
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // "iconPath": "static/shop.png",
|
|
|
+ // "selectedIconPath": "static/shop.png",
|
|
|
+ // "text": "购",
|
|
|
+ // "pagePath": "pages/shopping/shopping"
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // "iconPath": "static/cart1.png",
|
|
|
+ // "selectedIconPath": "static/cart2.png",
|
|
|
+ // "text": "购物车",
|
|
|
+ // "pagePath": "pages/cart/cart"
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // "iconPath": "static/mine1.png",
|
|
|
+ // "selectedIconPath": "static/mine2.png",
|
|
|
+ // "text": "我的",
|
|
|
+ // "pagePath": "pages/mine/mine"
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
|
|
|
- "custom": true,
|
|
|
+ "custom": true,
|
|
|
|
|
|
- "list": [
|
|
|
- {
|
|
|
- "pagePath": "pages/index/index"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/shopping/shopping"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/cart/cart"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/mine/mine"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
-}
|
|
|
+ "list": [{
|
|
|
+ "pagePath": "pages/index/index"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/shopping/shopping"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/cart/cart"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/mine/mine"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+}
|