5 Star 19 Fork 6

hackchen / gdshop-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 12.02 KB
一键复制 编辑 原始数据 按行查看 历史
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600
{
"easycom": {
"^u-(.*)": "@/plugins/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"aliasPath":"/",
"name":"index/index",
"guest":true,
"meta":{
"title": "gdshop商城"
},
"style": {
"navigationBarTitleText": "gdshop商城",
"enablePullDownRefresh": true
}
},
{
"path": "pages/index/preview",
"name":"index/preview",
"guest":true,
"meta":{
"title": "装修预览"
},
"style": {
"navigationBarTitleText": "装修预览"
}
},
{
"path": "pages/index/login",
"name":"index/login",
"guest":true,
"meta":{
"title": "登陆"
},
"style": {
"navigationBarTitleText": "登陆"
}
},
{
"path": "pages/index/login_vcode",
"name":"index/login_vcode",
"guest":true,
"meta":{
"title": "短信快速登录"
},
"style": {
"navigationBarTitleText": "短信快速登录"
}
},
{
"path": "pages/index/register",
"name":"index/register",
"guest":true,
"meta":{
"title": "注册"
},
"style": {
"navigationBarTitleText": "注册"
}
},
{
"path": "pages/index/forget",
"name":"index/forget",
"guest":true,
"meta":{
"title": "找回密码"
},
"style": {
"navigationBarTitleText": "找回密码"
}
},
{
"path": "pages/index/article",
"name":"index/article",
"guest":true,
"meta":{
"title": "文章详情"
},
"style": {
"navigationBarTitleText": "文章详情"
}
},
{
"path": "pages/article/index",
"name":"article/index",
"meta":{
"title": "文章列表"
},
"style": {
"navigationBarTitleText": "文章列表"
}
},
{
"path": "pages/article/view",
"name":"article/view",
"meta":{
"title": "文章详情"
},
"style": {
"navigationBarTitleText": "文章详情"
}
},
{
"path": "pages/classify/index",
"name":"classify/index",
"guest":true,
"meta":{
"title": "分类"
},
"style": {
"navigationBarTitleText": "分类"
}
},
{
"path": "pages/cart/index",
"name":"cart/index",
"guest":true,
"meta":{
"title": "购物车"
},
"style": {
"navigationBarTitleText": "购物车"
}
},
{
"path": "pages/member/index",
"name":"member/index",
"guest":true,
"meta":{
"title": "我的"
},
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/index/msg",
"name":"index/msg",
"guest":true,
"meta":{
"title": "提示"
},
"style": {
"navigationBarTitleText": "提示"
}
},
{
"path": "pages/member/balance_list",
"name":"member/balance_list",
"meta":{
"title": "我的余额"
},
"style": {
"navigationBarTitleText": "我的余额"
}
},
{
"path": "pages/member/address_list",
"name":"member/address_list",
"meta":{
"title": "我的地址"
},
"style": {
"navigationBarTitleText": "我的地址"
}
},
{
"path": "pages/member/address_edit",
"name":"member/address_edit",
"meta":{
"title": "地址编辑"
},
"style": {
"navigationBarTitleText": "地址编辑"
}
},
{
"path": "pages/member/order_list",
"name":"member/order_list",
"meta":{
"title": "订单列表"
},
"style": {
"navigationBarTitleText": "订单列表"
}
},
{
"path": "pages/member/order_details",
"name":"member/order_details",
"meta":{
"title": "订单详情"
},
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/member/order_aftersale",
"name":"member/order_aftersale",
"meta":{
"title": "订单售后"
},
"style": {
"navigationBarTitleText": "订单售后"
}
},
{
"path": "pages/member/order_close",
"name":"member/order_close",
"meta":{
"title": "取消订单"
},
"style": {
"navigationBarTitleText": "取消订单"
}
},
{
"path": "pages/member/order_service",
"name":"member/order_service",
"meta":{
"title": "售后/退款"
},
"style": {
"navigationBarTitleText": "售后/退款"
}
},
{
"path": "pages/member/my_coupon",
"name":"member/my_coupon",
"meta":{
"title": "我的优惠券"
},
"style": {
"navigationBarTitleText": "我的优惠券"
}
},
{
"path": "pages/member/my_favorite",
"name":"member/my_favorite",
"meta":{
"title": "我的收藏"
},
"style": {
"navigationBarTitleText": "我的收藏"
}
},
{
"path": "pages/member/setting",
"name":"member/setting",
"guest":true,
"meta":{
"title": "设置"
},
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/member/personal",
"name":"member/personal",
"meta":{
"title": "编辑个人资料"
},
"style": {
"navigationBarTitleText": "编辑个人资料"
}
},
{
"path": "pages/member/personal_ext",
"name":"member/personal_ext",
"meta":{
"title": "编辑个人资料"
},
"style": {
"navigationBarTitleText": "编辑个人资料"
}
},
{
"path": "pages/member/order_logistics",
"name":"member/order_logistics",
"meta":{
"title": "订单物流"
},
"style": {
"navigationBarTitleText": "订单物流"
}
},
{
"path": "pages/goods/list",
"name":"goods/list",
"guest":true,
"meta":{
"title": "商品列表"
},
"style": {
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"backgroundColorTop": "#F7F7F7",
"backgroundColorBottom": "#F7F7F7",
"navigationBarTitleText": "商品列表",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"bounce": "vertical"
}
}
},
{
"path": "pages/goods/details",
"name":"goods/details",
"guest":true,
"meta":{
"title": "商品详情"
},
"style": {
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"backgroundColorTop": "#F7F7F7",
"backgroundColorBottom": "#F7F7F7",
"navigationBarTitleText": "商品详情",
"onReachBottomDistance": 130 ,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"bounce": "vertical"
}
}
},
{
"path": "pages/goods/search",
"name":"goods/search",
"guest":true,
"meta":{
"title": "搜索"
},
"style": {
"navigationBarTitleText": "搜索"
}
},
{
"path": "pages/goods/comment",
"name":"goods/comment",
"meta":{
"title": "商品评价"
},
"style": {
"navigationBarTitleText": "商品评价"
}
},
{
"path": "pages/order/use_coupon",
"name":"order/use_coupon",
"meta":{
"title": "使用优惠券"
},
"style": {
"navigationBarTitleText": "使用优惠券"
}
},
{
"path": "pages/order/use_invoice",
"name":"order/use_invoice",
"meta":{
"title": "选择发票"
},
"style": {
"navigationBarTitleText": "选择发票"
}
},
{
"path": "pages/order/create",
"name":"order/create",
"meta":{
"title": "提交订单"
},
"style": {
"navigationBarTitleText": "提交订单"
}
},
{
"path": "pages/order/select_address",
"name":"order/select_address",
"meta":{
"title": "选择地址"
},
"style": {
"navigationBarTitleText": "选择地址"
}
},
{
"path": "pages/order/pay",
"name":"order/pay",
"meta":{
"title": "订单支付"
},
"style": {
"navigationBarTitleText": "订单支付"
}
},
{
"path": "pages/coupon/index",
"name":"coupon/index",
"meta":{
"title": "优惠券中心"
},
"style": {
"navigationBarTitleText": "优惠券中心"
}
},
{
"path" : "pages/index/wechat_bind",
"name":"index/wechat_bind",
"meta":{
"title": "绑定微信"
},
"style" :
{
"navigationBarTitleText": "绑定微信",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/index/wechat_login",
"name":"index/wechat_login",
"guest":true,
"meta":{
"title": "微信登陆"
},
"style" :
{
"navigationBarTitleText": "微信登陆",
"enablePullDownRefresh": false
}
}
],
"subPackages": [
{
"root":"pagesFenxiao",
"pages":[
{
"path": "index/index",
"name":"fenxiao/index",
"meta":{
"title": "分销中心"
},
"style": {
"navigationBarTitleText": "分销中心"
}
},
{
"path": "withdraw_list",
"name":"fenxiao/withdraw_list",
"meta":{
"title": "提现明细"
},
"style": {
"navigationBarTitleText": "提现明细"
}
},
{
"path": "withdraw_apply",
"name":"fenxiao/withdraw_apply",
"meta":{
"title": "提现"
},
"style": {
"navigationBarTitleText": "提现"
}
},
{
"path": "order_list",
"name":"fenxiao/order_list",
"meta":{
"title": "分销订单"
},
"style": {
"navigationBarTitleText": "分销订单"
}
},
{
"path": "order_detail",
"name":"fenxiao/order_detail",
"meta":{
"title": "订单详情"
},
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "promote_code",
"name":"fenxiao/promote_code",
"meta":{
"title": "推广海报"
},
"style": {
"navigationBarTitleText": "推广海报"
}
},
{
"path": "goods_list",
"name":"fenxiao/goods_list",
"meta":{
"title": "分销商品"
},
"style": {
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black",
"backgroundColorTop": "#F7F7F7",
"backgroundColorBottom": "#F7F7F7",
"navigationBarTitleText": "分销商品",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"bounce": "vertical"
}
}
},
{
"path": "follow_list",
"name":"fenxiao/follow_list",
"meta":{
"title": "收藏分销商品"
},
"style": {
"navigationBarTitleText": "收藏分销商品"
}
},
{
"path": "team_list",
"name":"fenxiao/team_list",
"meta":{
"title": "团队"
},
"style": {
"navigationBarTitleText": "团队"
}
},
{
"path": "bill",
"name":"fenxiao/bill",
"meta":{
"title": "账单"
},
"style": {
"navigationBarTitleText": "账单"
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "gdshop商城",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#515151",
"selectedColor": "#d81e06",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/images/tabber/home.png",
"selectedIconPath": "static/images/tabber/home-a.png",
"text": "首页"
},
{
"pagePath": "pages/classify/index",
"iconPath": "static/images/tabber/fenlei.png",
"selectedIconPath": "static/images/tabber/fenlei-a.png",
"text": "分类"
},
{
"pagePath": "pages/cart/index",
"iconPath": "static/images/tabber/cart.png",
"selectedIconPath": "static/images/tabber/cart-a.png",
"text": "购物车"
},{
"pagePath": "pages/member/index",
"iconPath": "static/images/tabber/user.png",
"selectedIconPath": "static/images/tabber/user-a.png",
"text": "我的"
}]
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "首页", //模式名称
"path": "pages/index/index", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}
}
1
https://gitee.com/hackchen/gdshop-uniapp.git
git@gitee.com:hackchen/gdshop-uniapp.git
hackchen
gdshop-uniapp
gdshop-uniapp
master

搜索帮助