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
78 lines (78 loc) · 1.63 KB
/
template.config.js
File metadata and controls
78 lines (78 loc) · 1.63 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
66
67
68
69
70
71
72
73
74
75
76
77
78
export default [
{
groupName: '部件',
groupName_en: 'Parts',
list: [
{
path: 'coupon',
icon: 'coupon',
title: 'Coupon 优惠券',
title_en: 'Coupon',
}
]
},
{
groupName: '页面',
groupName_en: 'Page',
list: [
{
path: '/pages/template/wxCenter/index',
icon: 'wxCenter',
title: 'WxCenter 仿微信个人中心',
title_en: 'WxCenter',
},
// {
// path: '/pages/template/douyin/index',
// icon: 'douyin',
// title: 'Douyin 仿抖音',
// },
{
path: '/pages/template/keyboardPay/index',
icon: 'keyboardPay',
title: 'KeyboardPay 自定义键盘支付模板',
title_en: 'KeyboardPay',
},
{
path: '/pages/template/mallMenu/index1',
icon: 'mall_menu_1',
title: 'MallMenu 垂直分类(左右独立)',
title_en: 'MallMenu 1',
},{
path: '/pages/template/mallMenu/index2',
icon: 'mall_menu_2',
title: 'MallMenu 垂直分类(左右联动)',
title_en: 'MallMenu 2',
},{
path: 'submitBar',
icon: 'submitBar',
title: 'SubmitBar 提交订单栏',
title_en: 'SubmitBar',
},{
path: 'comment',
icon: 'comment',
title: 'Comment 评论列表',
title_en: 'Comment',
},{
path: 'order',
icon: 'order',
title: 'Order 订单列表',
title_en: 'Order',
},{
path: 'login',
icon: 'login',
title: 'Login 登录界面',
title_en: 'Login',
},{
path: 'address',
icon: 'address',
title: 'Address 收货地址',
title_en: 'Address',
},{
path: 'citySelect',
icon: 'citySelect',
title: 'CitySelect 城市选择',
title_en: 'CitySelect',
}
]
}
]