diff --git a/Application/Admin/Controller/SiteController.class.php b/Application/Admin/Controller/SiteController.class.php index d5affced735f29c716934736e894d5528fd42e59..f3fcc2f1d63183633420c8f4c72da9c6e9b45217 100755 --- a/Application/Admin/Controller/SiteController.class.php +++ b/Application/Admin/Controller/SiteController.class.php @@ -74,6 +74,7 @@ class SiteController extends CommonController // logo存储 $this->FileSave('home_site_logo', 'home_site_logo_img'); $this->FileSave('home_site_logo_wap', 'home_site_logo_wap_img'); + $this->FileSave('home_site_desktop_icon', 'home_site_desktop_icon_img'); // 站点状态值处理 if(!isset($_POST['home_user_reg_state'])) diff --git a/Application/Admin/View/Default/Site/Index.html b/Application/Admin/View/Default/Site/Index.html index f5d596d58180e779b9e610aed34d1b131778cefc..95eb6acaacd882003edaa2fcae6a6f53063294ab 100755 --- a/Application/Admin/View/Default/Site/Index.html +++ b/Application/Admin/View/Default/Site/Index.html @@ -19,6 +19,7 @@
+
+ +
+ + + value="{{$data.home_site_desktop_icon.value}}" /> + value="{{$data.home_site_desktop_icon.value}}" /> + + + +
+
+