From a06380fcaf1609451f4a6a49b8519a6b5d881db3 Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Wed, 23 Nov 2016 13:37:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E8=B7=AF=E5=BE=84=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Scripts/well.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootstrap.Admin/Scripts/well.js b/Bootstrap.Admin/Scripts/well.js index 71e2de80..568a3e26 100644 --- a/Bootstrap.Admin/Scripts/well.js +++ b/Bootstrap.Admin/Scripts/well.js @@ -1,5 +1,5 @@ $(function () { - $('#main-content').css('backgroundImage', 'url("../../content/images/bg.jpg")'); + $('#main-content').css('backgroundImage', 'url("../content/images/bg.jpg")'); function resposive() { var height = $(window).height(); if (height > 672)