代码拉取完成,页面将自动刷新
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"subPackages":[
{
"root": "hotel",
"pages":[
{
"path":"index",
"style": {
"navigationBarTitleText": "酒店",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},{
"path":"detail",
"style": {
"navigationBarTitleText": "酒店详情",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},{
"path": "info",
"style": {
"navigationBarTitleText": "酒店信息"
}
},{
"path": "pingjia",
"style": {
"navigationBarTitleText": "酒店评价"
}
}
]
},
{
"root": "rentHouse",
"pages":[
{
"path":"index",
"style": {
"navigationBarTitleText": "租房",
"navigationBarTextStyle": "white"
}
},{
"path":"detail",
"style": {
"navigationBarTitleText": "房屋详情",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#fff"
}
}
]
}
],
"pages": [{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "个人中心",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/index/hotel",
"style": {
"navigationBarTitleText": "酒店",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/index/rent",
"style": {
"navigationBarTitleText": "长短租",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/my/profile",
"style": {
"navigationBarTitleText": "个人资料",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}, {
"path": "uview-ui/components/u-avatar-cropper/u-avatar-cropper",
"style": {
"navigationBarTitleText": "头像裁剪",
"navigationBarBackgroundColor": "#000000"
}
}, {
"path": "pages/login/auth",
"style": {
"navigationBarTitleText": "微信授权",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/login/openid",
"style": {
"navigationBarTitleText": "获取授权",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/login/register",
"style": {
"navigationBarTitleText": "注册",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/login/forgetpwd",
"style": {
"navigationBarTitleText": "忘记密码",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/login/mobilelogin",
"style": {
"navigationBarTitleText": "验证码登录",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/signin/signin",
"style": {
"navigationBarTitleText": "签到",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/signin/logs",
"style": {
"navigationBarTitleText": "签到日志",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/signin/ranking",
"style": {
"navigationBarTitleText": "排行榜",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/webview/webview",
"style": {
"navigationBarTitleText": "webview",
"enablePullDownRefresh": false
}
}, {
"path": "pages/order/payment",
"style": {
"navigationBarTitleText": "立即支付",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}, {
"path": "pages/remark/remark",
"style": {
"navigationBarTitleText": "添加评论",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}, {
"path": "pages/remark/lists",
"style": {
"navigationBarTitleText": "评论列表",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}, {
"path": "pages/remark/comment",
"style": {
"navigationBarTitleText": "我的评论",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/collect",
"style": {
"navigationBarTitleText": "我的收藏",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
},
{
"path": "pages/goods/goods",
"style": {
"navigationBarTitleText": "商品列表",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}, {
"path": "pages/category/index",
"style": {
"navigationBarTitleText": "商品分类",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}, {
"path": "pages/goods/detail",
"style": {
"navigationBarTitleText": "商品详情",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}, {
"path": "pages/cart/cart",
"style": {
"navigationBarTitleText": "购物车",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#fff",
"enablePullDownRefresh": false
}
}, {
"path": "pages/goods/order",
"style": {
"navigationBarTitleText": "提交订单",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}, {
"path": "pages/order/list",
"style": {
"navigationBarTitleText": "商品订单",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
},
{
"path": "pages/order/detail",
"style": {
"navigationBarTitleText": "订单详情",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
}
}, {
"path": "pages/order/apply",
"style": {
"navigationBarTitleText": "申请售后",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}, {
"path": "pages/order/aftersale",
"style": {
"navigationBarTitleText": "查看售后",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
}
},
{
"path": "pages/order/logistics",
"style": {
"navigationBarTitleText": "查看物流",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
},
{
"path": "pages/address/address",
"style": {
"navigationBarTitleText": "地址管理",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
},
{
"path": "pages/address/addedit",
"style": {
"navigationBarTitleText": "添加地址",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}, {
"path": "pages/score/score",
"style": {
"navigationBarTitleText": "我的积分",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}, {
"path": "pages/score/logs",
"style": {
"navigationBarTitleText": "积分日志",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}, {
"path": "pages/score/exchange",
"style": {
"navigationBarTitleText": "积分兑换",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}, {
"path": "pages/score/order",
"style": {
"navigationBarTitleText": "兑换订单",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}, {
"path": "pages/coupon/coupon",
"style": {
"navigationBarTitleText": "优惠券",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}, {
"path": "pages/coupon/user",
"style": {
"navigationBarTitleText": "我的优惠券",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}, {
"path": "pages/coupon/detail",
"style": {
"navigationBarTitleText": "优惠券详情",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}, {
"path": "pages/page/page",
"style": {
"navigationBarTitleText": "单页",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}, {
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "搜索",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}, {
"path": "pages/help/index",
"style": {
"navigationBarTitleText": "帮助中心",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": false
}
}
],
"preloadRule": {
},
// #ifdef CUSTOM
"tabBar": {
"color": "#999999",
"selectedColor": "#000000",
"backgroundColor": "#FFFFFF",
"borderStyle": "white",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home-hl.png",
"text": "首页"
},
{
"pagePath": "pages/category/index",
"iconPath": "static/tabbar/category.png",
"selectedIconPath": "static/tabbar/category-hl.png",
"text": "分类"
},
{
"pagePath": "pages/hotel/index",
"iconPath": "static/tabbar/cart.png",
"selectedIconPath": "static/tabbar/cart-hl.png",
"text": "酒店"
},
{
"pagePath": "pages/index/my",
"iconPath": "static/tabbar/my.png",
"selectedIconPath": "static/tabbar/my-hl.png",
"text": "我的"
}
]
},
// #endif
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "简单商城",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"pageOrientation": "portrait"
},
"usingComponts": true
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。