Authored by 周奇琪

删除前端校验

... ... @@ -16,18 +16,10 @@ exports.res =
isJsonRaw: false,
params: [{
name: 'user',
type: 'String',
maxLength: 16,
minLength: 6,
reg: /^\S{5,10}$/,
message: '必须是6-16位的字符'
type: 'String'
},{
name:'password',
type: 'String',
maxLength: 16,
minLength: 6,
reg: /^\S{6,16}/,
message: '必须是6-16位的字符'
type: 'String'
}]
},{
route:'/login',
... ... @@ -41,4 +33,4 @@ exports.res =
route: '/',
method: 'GET',
view: 'pages/index'
}];
}];
\ No newline at end of file
... ...
exports.staticDir = {"test":{"path":"/dist"},"preview":{"path":"http://cdn.yoho.cn/yohobuy-portal/0.2.1","md5":""},"production":{"path":"http://cdn.yoho.cn/yohobuy-portal/0.2.1","md5":""}}
\ No newline at end of file
exports.staticDir = {"test":{"path":"/dist"},"preview":{"path":"http://cdn.yoho.cn/yohobuy-portal/0.2.2","md5":""},"production":{"path":"http://cdn.yoho.cn/yohobuy-portal/0.2.2","md5":""}}
\ No newline at end of file
... ...