mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-03 03:39:51 +08:00
安装程序
This commit is contained in:
@ -38,7 +38,7 @@ class Navigation extends Common
|
||||
$data = AppNavService::AppHomeNav();
|
||||
|
||||
// 返回数据
|
||||
return json(DataReturn('success', 0, $data));
|
||||
return DataReturn('success', 0, $data);
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user