注释修改

This commit is contained in:
zhh 2018-10-16 09:05:16 +08:00
parent 1329194a39
commit b2ac1fac9d
2 changed files with 0 additions and 8 deletions

View File

@ -1,7 +1,3 @@
/**
* Created by jiachenpan on 16/11/18.
*/
export function parseTime(time, cFormat) {
if (arguments.length === 0) {
return null

View File

@ -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