Browse Source

注释修改

zhh 6 years ago
parent
commit
b2ac1fac9d
2 changed files with 0 additions and 8 deletions
  1. 0 4
      src/utils/index.js
  2. 0 4
      src/utils/validate.js

+ 0 - 4
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

+ 0 - 4
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