{
|
|
"easycom": {
|
|
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
|
|
},
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path" : "pages/home/home",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.home%"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/login/login",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.login%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/index"
|
|
},
|
|
{
|
|
"path" : "pages/register/register",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.register%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/order/order",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.order%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/user",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.user.center%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/cart/cart",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.cart%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/address/address",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.address%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/address/addAddres",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.edit.address%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/bankCart/bankCart",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.bank.card%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/productDetail/productDetail",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.product.details%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/search/search",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.search%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/payOrder/payOrder",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.unpaid%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/productDetail/payOrder/payOrder",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.unpaid%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/collect/collect",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.collect%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/balance/balance",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.balance.detail%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/orderDetail/orderDetail",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.order.detail%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/repurchase/repurchase",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.repurchase%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/bankCart/editBankCart",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.bank.card%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/walletRecharge/walletRecharge",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.wallet.recharge%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/IdentityAuthentication/IdentityAuthentication",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.real.name.authentication%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/user/bankCardWithdrawal/bankCardWithdrawal",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.bank.card%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/setting/setting",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.setting%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/setting/updatePassword",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.update.password%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/setting/updatePayPassword",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.change.payment.password%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/productDetail/successTransaction/successTransaction",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.successful.transaction%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/login/contactCustomerService",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.register%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/productList/productList",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "%nav.product.list%",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"navigationStyle":"custom"
|
|
},
|
|
"uniIdRouter": {},
|
|
"tabBar": {
|
|
"backgroundColor": "white",
|
|
"selectedColor": "#cd0000",
|
|
"list": [
|
|
{
|
|
"selectedIconPath": "/static/tabbar/2.png",
|
|
"iconPath": "/static/tabbar/1.png",
|
|
"pagePath": "pages/home/home",
|
|
"text": "%tabbar.title.1%"
|
|
},{
|
|
"selectedIconPath": "/static/tabbar/4.png",
|
|
"iconPath": "/static/tabbar/3.png",
|
|
"pagePath": "pages/cart/cart",
|
|
"text": "%tabbar.title.2%"
|
|
},{
|
|
"selectedIconPath": "/static/tabbar/6.png",
|
|
"iconPath": "/static/tabbar/5.png",
|
|
"pagePath": "pages/order/order",
|
|
"text": "%tabbar.title.3%"
|
|
},{
|
|
"selectedIconPath": "static/tabbar/8.png",
|
|
"iconPath": "static/tabbar/7.png",
|
|
"pagePath": "pages/user/user",
|
|
"text": "%tabbar.title.4%"
|
|
}
|
|
]
|
|
}
|
|
}
|