1、将小程序有的页面添加到链接选择页面
This commit is contained in:
parent
04decd7050
commit
b93d0f1515
@ -65,11 +65,11 @@ export const APP_LINK_GROUP_LIST = [
|
|||||||
name: '商品搜索',
|
name: '商品搜索',
|
||||||
path: '/pages/index/search'
|
path: '/pages/index/search'
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
name: '自定义页面',
|
// name: '自定义页面',
|
||||||
path: '/pages/index/page',
|
// path: '/pages/index/page',
|
||||||
type: APP_LINK_TYPE_ENUM.DIY_PAGE_DETAIL
|
// type: APP_LINK_TYPE_ENUM.DIY_PAGE_DETAIL
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
name: '客服',
|
name: '客服',
|
||||||
path: '/pages/chat/index'
|
path: '/pages/chat/index'
|
||||||
@ -78,13 +78,25 @@ export const APP_LINK_GROUP_LIST = [
|
|||||||
name: '系统设置',
|
name: '系统设置',
|
||||||
path: '/pages/public/setting'
|
path: '/pages/public/setting'
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
name: '常见问题',
|
// name: '常见问题',
|
||||||
path: '/pages/public/faq'
|
// path: '/pages/public/faq'
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
name: '积分商城',
|
name: '积分商城',
|
||||||
path: '/pages/public/faq'
|
path: '/pages/index/page?id=3'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name:'我的积分',
|
||||||
|
path:'/pages/user/wallet/score'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name:'兑换记录',
|
||||||
|
path:'/pages/activity/point/exchange_list'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name:'积分商品列表',
|
||||||
|
path:'/pages/activity/point/exchange_listall?id=3'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -111,11 +123,11 @@ export const APP_LINK_GROUP_LIST = [
|
|||||||
path: '/pages/goods/seckill',
|
path: '/pages/goods/seckill',
|
||||||
type: APP_LINK_TYPE_ENUM.PRODUCT_DETAIL_SECKILL
|
type: APP_LINK_TYPE_ENUM.PRODUCT_DETAIL_SECKILL
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
name: '促销列表',
|
// name: '促销列表',
|
||||||
path: '/pages/goods/sales',
|
// path: '/pages/goods/sales',
|
||||||
type: APP_LINK_TYPE_ENUM.PRODUCT_DETAIL_SECKILL
|
// type: APP_LINK_TYPE_ENUM.PRODUCT_DETAIL_SECKILL
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
name: '门店管理',
|
name: '门店管理',
|
||||||
path: '/pages/user/goods_details_store/index',
|
path: '/pages/user/goods_details_store/index',
|
||||||
@ -195,11 +207,12 @@ export const APP_LINK_GROUP_LIST = [
|
|||||||
{
|
{
|
||||||
name: '充值记录',
|
name: '充值记录',
|
||||||
path: '/pages/pay/recharge-log'
|
path: '/pages/pay/recharge-log'
|
||||||
},
|
|
||||||
{
|
|
||||||
name: '核销记录',
|
|
||||||
path: '/pages/pay/recharge-log'
|
|
||||||
}
|
}
|
||||||
|
// ,
|
||||||
|
// {
|
||||||
|
// name: '核销记录',
|
||||||
|
// path: '/pages/pay/recharge-log'
|
||||||
|
// }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -248,7 +261,19 @@ export const APP_LINK_GROUP_LIST = [
|
|||||||
{
|
{
|
||||||
name: '会员中心',
|
name: '会员中心',
|
||||||
path: '/pages/user/user_vip/index'
|
path: '/pages/user/user_vip/index'
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
name:'付费会员',
|
||||||
|
path:'/pages/user/user_vip/list'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name:'预约中心',
|
||||||
|
path:'/pages/subscribe/subscribe'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name:'预约记录',
|
||||||
|
path:'pages/reservation_record/reservation_record'
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
// ,
|
// ,
|
||||||
|
Loading…
Reference in New Issue
Block a user