From 222b694609771d3f037b9098270f10d4b78d7b19 Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Mon, 18 Dec 2017 16:50:17 +0800 Subject: [PATCH] updates --- _mock/installer.service.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/_mock/installer.service.ts b/_mock/installer.service.ts index ecaa6aa..a579dda 100644 --- a/_mock/installer.service.ts +++ b/_mock/installer.service.ts @@ -7,7 +7,7 @@ sex: ['���', '���'][i % 2], mobile: 13713713777 + i, email: `test_${i + 1}@test.com`, - weixin: 'test', + weixin: 'test' + (i + 1), password: 'ISGMyneATSuhkiwz4BURBQ==', organization: '������' + (i + 1), nickname: '������' + (i + 1), -- Gitblit v1.8.0