-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathuser.js
67 lines (66 loc) · 1.46 KB
/
user.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
const { Random } = require('mockjs');
module.exports = [{
id: 1000,
username: 'wyd',
password: 'aicoder.com',
del: false,
active: true, // 激活
avatar: 'http://192.168.0.119:8848/server/img/a1.png',
name: "张三",
school: '清华大学',
mail: Random.email(),
phone: '189222222',
isTeacher: true
}, {
id: 1001,
username: 'ngr',
password: 'aicoder.com',
del: false,
active: true, // 激活
avatar: 'http://192.168.0.119:8848/server/img/a1.png',
name: "李思",
school: '清华大学',
mail: Random.email(),
phone: '189222222',
isTeacher: false
}, {
id: 1002,
username: 'admin',
password: 'aicoder.com',
del: false,
active: true, // 激活
avatar: 'http://192.168.0.119:8848/server/img/a1.png',
name: "李思",
school: '清华大学',
mail: Random.email(),
phone: '189222222',
isTeacher: true
}, {
id: 1003,
username: 'admin1',
password: 'aicoder.com',
del: false,
active: true, // 激活
avatar: 'http://192.168.0.119:8848/server/img/a1.png',
name: "李思",
school: '清华大学',
mail: Random.email(),
phone: '189222222',
isTeacher: true
}, {
id: 1004,
comnum: '123456',
usernum: '123456',
password: 'aicoder.com',
del: false,
active: true, // 激活
avatar: 'http://192.168.0.126:7777/server/img/avator.png',
name: "凌一零",
school: '清华大学',
section: '市场开拓',
login: '2016-09-23 19:53',
mail: Random.email(),
phone: '189222222',
isTeacher: true
}
]