forked from umicro/uView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.config.js
More file actions
65 lines (65 loc) · 1.3 KB
/
template.config.js
File metadata and controls
65 lines (65 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
export default [
{
groupName: '部件',
list: [
{
path: 'coupon',
icon: 'coupon',
title: 'Coupon 优惠券',
}
]
},
{
groupName: '页面',
list: [
{
path: '/pages/template/wxCenter/index',
icon: 'wxCenter',
title: 'WxCenter 仿微信个人中心',
},
// {
// path: '/pages/template/douyin/index',
// icon: 'douyin',
// title: 'Douyin 仿抖音',
// },
{
path: '/pages/template/keyboardPay/index',
icon: 'keyboardPay',
title: 'KeyboardPay 自定义键盘支付模板',
},
{
path: '/pages/template/mallMenu/index1',
icon: 'mall_menu_1',
title: 'MallMenu 垂直分类(左右独立)',
},{
path: '/pages/template/mallMenu/index2',
icon: 'mall_menu_2',
title: 'MallMenu 垂直分类(左右联动)',
},{
path: 'submitBar',
icon: 'submitBar',
title: 'SubmitBar 提交订单栏',
},{
path: 'comment',
icon: 'comment',
title: 'Comment 评论列表',
},{
path: 'order',
icon: 'order',
title: 'Order 订单列表',
},{
path: 'login',
icon: 'login',
title: 'Login 登录界面',
},{
path: 'address',
icon: 'address',
title: 'Address 收货地址',
},{
path: 'citySelect',
icon: 'citySelect',
title: 'citySelect 城市选择',
}
]
}
]