-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage.config.js
48 lines (48 loc) · 946 Bytes
/
page.config.js
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
/* eslint-disable */
module.exports = [
{
name: 'withdraw',
html: 'withdraw/withdraw.html',
jsEntry: 'withdraw/withdraw.js'
},
{
name: 'bind',
html: 'bind/bind.html',
jsEntry: 'bind/bind.js'
},
{
name: 'record',
html: 'record/record.html',
jsEntry: 'record/record.js'
},
{
name: 'authPersonal',
html: 'auth-person/auth.html',
jsEntry: 'auth-person/auth.js'
},
{
name: 'authGroup',
html: 'auth-group/auth.html',
jsEntry: 'auth-group/auth.js'
},
{
name: 'approve',
html: 'approve/approve.html',
jsEntry: 'approve/approve.js'
},
{
name: 'withdraw_suc',
html: 'withdraw_suc/withdraw_suc.html',
jsEntry: 'withdraw_suc/withdraw_suc.js'
},
{
name: 'goddess',
html: 'goddess/goddess.html',
jsEntry: 'goddess/goddess.js'
},
{
name: 'godVideo',
html: 'godVideo/godVideo.html',
jsEntry: 'godVideo/godVideo.js'
}
]