mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-26 09:27:46 +08:00
后台管理升级完成
This commit is contained in:
@ -57,6 +57,9 @@ class Site extends Common
|
||||
|
||||
// 配置信息
|
||||
$this->assign('data', ConfigService::ConfigList());
|
||||
|
||||
// 编辑器文件存放地址
|
||||
$this->assign('editor_path_type', 'common');
|
||||
|
||||
return $this->fetch();
|
||||
}
|
||||
@ -70,11 +73,6 @@ class Site extends Common
|
||||
*/
|
||||
public function Save()
|
||||
{
|
||||
// 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']))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user