From b2ac1fac9d49e78e53827ef91df1748a11a06a0c Mon Sep 17 00:00:00 2001 From: zhh Date: Tue, 16 Oct 2018 09:05:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/index.js | 4 ---- src/utils/validate.js | 4 ---- 2 files changed, 8 deletions(-) diff --git a/src/utils/index.js b/src/utils/index.js index 9657c9c..07de405 100644 --- a/src/utils/index.js +++ b/src/utils/index.js @@ -1,7 +1,3 @@ -/** - * Created by jiachenpan on 16/11/18. - */ - export function parseTime(time, cFormat) { if (arguments.length === 0) { return null diff --git a/src/utils/validate.js b/src/utils/validate.js index 9da4607..0151723 100644 --- a/src/utils/validate.js +++ b/src/utils/validate.js @@ -1,7 +1,3 @@ -/** - * Created by jiachenpan on 16/11/18. - */ - export function isvalidUsername(str) { const valid_map = ['admin', 'test'] return valid_map.indexOf(str.trim()) >= 0