加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 7.33 KB
一键复制 编辑 原始数据 按行查看 历史
caikj 提交于 2019-05-07 12:03 . 新增动态页
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/tabBar/home/home",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh":false
}
}
,{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "授权登录"
}
}
,{
"path" : "pages/tabBar/classification/classification",
"style" : {
"navigationBarTitleText": "分类",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/tabBar/shoppingCart/shoppingCart",
"style" : {
"navigationBarTitleText": "购物车",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/tabBar/membershipService/membershipService",
"style" : {
"navigationBarTitleText": "我的",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/home/Search/Search",
"style" : {
"navigationBarTitleText": "搜索"
}
},
{
"path" : "pages/home/mallRecommendation/mallRecommendation",
"style" : {
"navigationBarTitleText": "商城推荐",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/addressManagement/addressManagement",
"style" : {
"navigationBarTitleText":"地址管理",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/addressManagement/addAddress/addAddress",
"style" : {
"navigationBarTitleText":"新增地址",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/addressManagement/editAddress/editAddress",
"style" : {
"navigationBarTitleText":"编辑地址",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/customerService/customerService",
"style" : {
"navigationBarTitleText":"联系客服",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/openShop/openShop",
"style" : {
"navigationBarTitleText":"我要开店",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/openShop/openShopSteps/openShopSteps",
"style" : {
"navigationBarTitleText":"开店步骤",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/openShop/ShopRegistration/ShopRegistration",
"style" : {
"navigationBarTitleText":"注册",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/openShop/ShopLogin/ShopLogin",
"style" : {
"navigationBarTitleText":"登录",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/openShop/ShopForgetPassword/ShopForgetPassword",
"style" : {
"navigationBarTitleText":"忘记密码",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/openShop/backgroundAccount/backgroundAccount",
"style" : {
"navigationBarTitleText":"后台账号",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/openShop/improveMessage/improveMessage",
"style" : {
"navigationBarTitleText":"完善信息",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/openShop/viewInformation/viewInformation",
"style" : {
"navigationBarTitleText":"信息详情",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/productDetails/productDetails",
"style" : {
"navigationBarTitleText":"产品详情",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/orderDetails/orderDetails",
"style" : {
"navigationBarTitleText":"订单详情",
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/membershipService/myOrders/myOrders",
"style" : {
"navigationBarTitleText":"我的订单",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/membershipService/afterSales/afterSales",
"style" : {
"navigationBarTitleText" : "售后列表",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/tabBar/membershipService/applySale/applySale",
"style" : {
"navigationBarTitleText":"售后申请",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/membershipService/orderConfirm/orderConfirm",
"style" : {
"navigationBarTitleText":"确认订单",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/membershipService/orderTrack/orderTrack",
"style" : {
"navigationBarTitleText":"订单跟踪",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/afterSaleStatus/refundFailed/refundFailed",
"style" : {
"navigationBarTitleText":"退款失败",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/afterSaleStatus/refundSuccess/refundSuccess",
"style" : {
"navigationBarTitleText":"退款成功",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/afterSaleStatus/refundProcessing/refundProcessing",
"style" : {
"navigationBarTitleText":"退款中",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/afterSaleStatus/returnFailed/returnFailed",
"style" : {
"navigationBarTitleText":"退货失败",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/afterSaleStatus/returnProcessing/returnProcessing",
"style" : {
"navigationBarTitleText":"退货中",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/afterSaleStatus/returnSuccess/returnSuccess",
"style" : {
"navigationBarTitleText":"退货成功",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/afterSaleStatus/afterSaleStatus",
"style" : {
"navigationBarTitleText":"售后状态详情",
"enablePullDownRefresh":true
}
},
{
"path" : "pages/dynamicPage/index",
"style" : {
"enablePullDownRefresh":true
}
}
],
"globalStyle": {
"navigationBarTitleText": "uni-app",
"backgroundColor": "#fff",
"navigationBarBackgroundColor":"#f2526f",
"navigationBarTextStyle":"white"
},
"tabBar": {
"color": "#333",
"selectedColor": "#e94d6a",
"borderStyle": "white",
"backgroundColor": "#fff",
"list": [{
"pagePath": "pages/tabBar/home/home",
"iconPath": "static/images/home_03.png",
"selectedIconPath": "static/images/home_acitve_03.png",
"text": "首页"
},
{
"pagePath": "pages/tabBar/classification/classification",
"iconPath": "static/images/sort_03.png",
"selectedIconPath": "static/images/sort_active_03.png",
"text": "分类"
}, {
"pagePath": "pages/tabBar/shoppingCart/shoppingCart",
"iconPath": "static/images/car_03.png",
"selectedIconPath": "static/images/car_active_03.png",
"text": "购物车"
}, {
"pagePath": "pages/tabBar/membershipService/membershipService",
"iconPath": "static/images/my_03.png",
"selectedIconPath": "static/images/my_active_03.png",
"text": "我的"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化