From ef9722b1507e0c205dd12c91d3f5efae0fc1ef7e Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Thu, 14 Mar 2019 17:58:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E4=BB=A3=E7=A0=81=EF=BC=9A?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=9B=BE=E5=BA=8A=E5=88=B0=E4=B8=83=E7=89=9B?= =?UTF-8?q?=E4=BA=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/js/login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootstrap.Admin/wwwroot/js/login.js b/Bootstrap.Admin/wwwroot/js/login.js index 90b17b8b..d571303c 100644 --- a/Bootstrap.Admin/wwwroot/js/login.js +++ b/Bootstrap.Admin/wwwroot/js/login.js @@ -67,7 +67,7 @@ width: $(window).width() < 768 ? 216 : 280, height: $(window).width() < 768 ? 110 : 150, setSrc: function() { - return '../images/pic/280/150/Pic' + Math.round(Math.random() * 136) + '.jpg' + return 'http://pocoafrro.bkt.clouddn.com/Pic' + Math.round(Math.random() * 136) + '.jpg' }, onSuccess: function () { $('form').submit();