327 lines
8.1 KiB
TypeScript
327 lines
8.1 KiB
TypeScript
import {LinkTypeEnum} from './index'
|
|
|
|
export const UserPages = [
|
|
{
|
|
path: '/pages/index/index',
|
|
name: '商城首页',
|
|
type: LinkTypeEnum.SHOP_PAGES,
|
|
canTab: true
|
|
},
|
|
{
|
|
path: '/pages/coach/index',
|
|
name: '技师页',
|
|
type: LinkTypeEnum.SHOP_PAGES,
|
|
canTab: true
|
|
},
|
|
{
|
|
path: '/pages/shop/index',
|
|
name: '商家页',
|
|
type: LinkTypeEnum.SHOP_PAGES,
|
|
canTab: true
|
|
},
|
|
{
|
|
path: '/pages/order/index',
|
|
name: '我的订单',
|
|
type: LinkTypeEnum.SHOP_PAGES,
|
|
canTab: true
|
|
},
|
|
{
|
|
path: '/pages/user/user',
|
|
name: '个人中心',
|
|
type: LinkTypeEnum.SHOP_PAGES,
|
|
canTab: true
|
|
},
|
|
{
|
|
path: '/pages/category/index',
|
|
name: '分类页面',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/bundle/pages/collection_list/index',
|
|
name: '我的收藏',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/bundle/pages/evaluate_list/index',
|
|
name: '我的评价',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/bundle/pages/user_wallet/user_wallet',
|
|
name: '我的钱包',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/bundle/pages/service_order/index',
|
|
name: '订单服务',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/bundle/pages/contact_service/index',
|
|
name: '联系客服',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/pages/user_set/user_set',
|
|
name: '个人设置',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/bundle/pages/as_us/as_us',
|
|
name: '关于我们',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/bundle/pages/user_profile/index',
|
|
name: '个人资料',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/bundle/pages/user_address/index',
|
|
name: '地址管理',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/bundle/pages/service_explan/index',
|
|
name: '政策协议',
|
|
query: {
|
|
type: 'service'
|
|
},
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/bundle/pages/search/index',
|
|
name: '搜索页面',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/bundle/pages/account_detail/account_detail',
|
|
name: '余额明细',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
}
|
|
]
|
|
|
|
|
|
export const CoachPages = [
|
|
{
|
|
path: '/pages/index/index',
|
|
name: '技师首页',
|
|
type: LinkTypeEnum.SHOP_PAGES,
|
|
canTab: true
|
|
},
|
|
{
|
|
path: '/pages/order/order',
|
|
name: '订单列表',
|
|
type: LinkTypeEnum.SHOP_PAGES,
|
|
canTab: true
|
|
},
|
|
{
|
|
path: '/pages/chat/list',
|
|
name: '技师聊天',
|
|
type: LinkTypeEnum.SHOP_PAGES,
|
|
canTab: true
|
|
},
|
|
{
|
|
path: '/pages/user/user',
|
|
name: '个人中心',
|
|
type: LinkTypeEnum.SHOP_PAGES,
|
|
canTab: true
|
|
},
|
|
{
|
|
path: '/pages/customer_service/customer_service',
|
|
name: '联系客服',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/pages/as_us/as_us',
|
|
name: '关于我们',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/real_name_info/real_name_info',
|
|
name: '实名信息',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/server_time/server_time',
|
|
name: '服务时间',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/apply/apply',
|
|
name: '申请入驻',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/select_project/select_project',
|
|
name: '服务项目',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/join_business/join_business',
|
|
name: '加入商家',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/bond/bond',
|
|
name: '我的保证金',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/balance/balance',
|
|
name: '我的余额',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/cash_out/cash_out',
|
|
name: '提现',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/income/income',
|
|
name: '服务收入',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/my_evaluate/my_evaluate',
|
|
name: '我的评价',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/my_project/my_project',
|
|
name: '我的服务',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/account_detail/index',
|
|
name: '账户流水',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
}
|
|
]
|
|
|
|
export const ShopPages = [
|
|
{
|
|
path: '/pages/index/index',
|
|
name: '商家首页',
|
|
type: LinkTypeEnum.SHOP_PAGES,
|
|
canTab: true
|
|
},
|
|
{
|
|
path: '/pages/order/order',
|
|
name: '订单列表',
|
|
type: LinkTypeEnum.SHOP_PAGES,
|
|
canTab: true
|
|
},
|
|
{
|
|
path: '/pages/income/income',
|
|
name: '我的收入',
|
|
type: LinkTypeEnum.SHOP_PAGES,
|
|
canTab: true
|
|
},
|
|
{
|
|
path: '/pages/user/user',
|
|
name: '个人中心',
|
|
type: LinkTypeEnum.SHOP_PAGES,
|
|
canTab: true
|
|
},
|
|
{
|
|
path: '/packages/pages/business_hours/business_hours',
|
|
name: '营业时间',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/master_apply/master_apply',
|
|
name: '技师申请',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/cash_out/cash_out',
|
|
name: '提现绑定',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/my_evaluate/my_evaluate',
|
|
name: '店铺评价',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/pages/customer_service/customer_service',
|
|
name: '联系客服',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/pages/as_us/as_us',
|
|
name: '关于我们',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/recharge/recharge',
|
|
name: '充值中心',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/recharge_record/recharge_record',
|
|
name: '充值记录',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/apply/apply',
|
|
name: '申请入驻',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/shop_info/shop_info',
|
|
name: '店铺资料',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/distribute_order/distribute_order',
|
|
name: '分配订单',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/balance/balance',
|
|
name: '平台余额',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/bond/bond',
|
|
name: '保证金',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/my_master/my_master',
|
|
name: '我的技师',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/project/project',
|
|
name: '服务项目',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/platform_project/platform_project',
|
|
name: '平台项目',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/my_project/my_project',
|
|
name: '店铺项目',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/cash_out_record/cash_out_record',
|
|
name: '提现记录',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/publish_project/publish_project',
|
|
name: '发布项目',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
},
|
|
{
|
|
path: '/packages/pages/select_skill/select_skill',
|
|
name: '技能列表',
|
|
type: LinkTypeEnum.SHOP_PAGES
|
|
}
|
|
] |