Skip to content

Commit

Permalink
注释修改
Browse files Browse the repository at this point in the history
  • Loading branch information
zhh committed Oct 16, 2018
1 parent 1329194 commit b2ac1fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/utils/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* Created by jiachenpan on 16/11/18.
*/

export function parseTime(time, cFormat) {
if (arguments.length === 0) {
return null
Expand Down
4 changes: 0 additions & 4 deletions src/utils/validate.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b2ac1fa

Please sign in to comment.