Files
amb_wechatapp/application/extra/system_links.php
T

221 lines
5.8 KiB
PHP

<?php
return array (
0 =>
array (
'name' => '首页',
'path' => '/pages/index/index?id=',
),
1 =>
array (
'name' => '用户中心',
'path' => '/pages/user/index/index',
),
2 =>
array (
'name' => '全部课程',
'path' => '/pages/course/group/group',
),
3 =>
array (
'name' => '学习中心',
'path' => '/pages/user/study/study',
),
4 =>
array (
'name' => '收藏课程',
'path' => '/pages/user/collect/collect',
),
5 =>
array (
'name' => '系统设置',
'path' => '/pages/user/setting/setting',
),
6 =>
array (
'name' => '余额管理',
'path' => '/pages/user/assets/assets?type=money',
),
7 =>
array (
'name' => '积分管理',
'path' => '/pages/user/assets/assets?type=score',
),
8 =>
array (
'name' => '订单列表',
'path' => '/pages/order/list/list',
),
9 =>
array (
'name' => '分销模块_结算中心',
'path' => '/pages/app/agent/wallet/settle/settle',
),
10 =>
array (
'name' => '分销模块_提现',
'path' => '/pages/app/agent/wallet/withdraw/withdraw',
),
11 =>
array (
'name' => '分销模块_分销员中心',
'path' => '/pages/app/agent/center/center',
),
12 =>
array (
'name' => '分销模块_分销员招募',
'path' => '/pages/app/agent/member/recruit/recruit',
),
13 =>
array (
'name' => '分销模块_分销员等级',
'path' => '/pages/app/agent/member/level/level',
),
14 =>
array (
'name' => '分销模块_提现记录',
'path' => '/pages/app/agent/wallet/withdrawlog/withdrawlog',
),
15 =>
array (
'name' => '分销模块_收支明细',
'path' => '/pages/app/agent/wallet/detail/detail',
),
16 =>
array (
'name' => '分销模块_累计收益',
'path' => '/pages/app/agent/log/earnings/log/log',
),
17 =>
array (
'name' => '分销模块_累计客户',
'path' => '/pages/app/agent/log/customer/log/log',
),
18 =>
array (
'name' => '分销模块_客户详情',
'path' => '/pages/app/agent/log/customer/detail/detail',
),
19 =>
array (
'name' => '分销模块_推荐商品',
'path' => '/pages/app/agent/recommend/goods/goods',
),
20 =>
array (
'name' => '分销模块_银行卡设置',
'path' => '/pages/app/agent/wallet/bank/bank',
),
21 =>
array (
'name' => '找回/重置密码',
'path' => '/pages/public/resetpwd/resetpwd',
),
22 =>
array (
'name' => '修改手机号',
'path' => '/pages/user/changemobile/changemobile',
),
23 =>
array (
'name' => '消息通知',
'path' => '/pages/public/message/message',
),
24 =>
array (
'name' => '搜索',
'path' => '/pages/public/search/search',
),
25 =>
array (
'name' => '兑换中心',
'path' => '/pages/app/exchange/center/center',
),
26 =>
array (
'name' => '兑换记录',
'path' => '/pages/app/exchange/log/log',
),
27 =>
array (
'name' => '积分商城',
'path' => '/pages/app/score/center/center',
),
28 =>
array (
'name' => '签到记录',
'path' => '/pages/app/sign/log/log',
),
29 =>
array (
'name' => '签到中心',
'path' => '/pages/app/sign/center/center',
),
30 =>
array (
'name' => '付费会员',
'path' => '/pages/app/vip/center/center',
),
31 =>
array (
'name' => '已订阅题库练习',
'path' => '/pages/app/exam/center/center',
),
32 =>
array (
'name' => '题库练习商品列表',
'path' => '/pages/app/exam/goods/goods'
),
33 =>
array (
'name' => '线下活动—活动列表',
'path' => '/pages/app/activity/index/index'
),
34 =>
array (
'name' => '线下活动-我的票券',
'path' => '/pages/app/activity/user/user'
),
35 =>
array (
'name' => '视频号分享员中心',
'path' => '/pages/app/channels/center/center'
),
36 =>
array (
'name' => '视频号分享员绑定记录',
'path' => '/pages/app/channels/sharer/bind/bind'
),
37 =>
array (
'name' => '考试记录',
'path' => '/pages/app/test/log/log'
),
38 =>
array (
'name' => '已订阅课程',
'path' => '/pages/user/subscription/subscription'
),
39 =>
array (
'name' => '我的优惠券',
'path' => '/pages/app/coupon/my/my'
),
40 =>
array (
'name' => '实物商品分类',
'path' => '/pages/app/physical/category/category'
),
41 =>
array (
'name' => '实物商品列表',
'path' => '/pages/app/physical/list/list'
),
42 =>
array (
'name' => '课程分类',
'path' => '/pages/course/category/category'
)
);