colly_wyx
2018-04-20 bc206c01d3ef2f8ae99c2aa6dd43f31920642201
static/public/user/js/login.js
@@ -38,8 +38,8 @@
            var dataObj=jQuery.parseJSON(response);
            if(dataObj.code == 200)
            {
               $.scojs_message('操作成功,3秒后将返回列表页...', $.scojs_message.TYPE_OK);
               setTimeout(function(){window.location.href = SITE_URL+'/admin/index/index';}, 3600);
               $.scojs_message('操作成功,1秒后将登录后台...', $.scojs_message.TYPE_OK);
               setTimeout(function(){window.location.href = SITE_URL+'/admin/index/index';}, 600);
            }else
            {
               $.scojs_message(dataObj.content, $.scojs_message.TYPE_ERROR);