完成新的安装流程,开始优化日志管理;

This commit is contained in:
2022-04-19 22:16:58 +08:00
parent e29f8ff4ea
commit 7852f602bb
22 changed files with 296 additions and 207 deletions

View File

@@ -0,0 +1,12 @@
<?php
$ul_mall_cate = array(
array(
"title" => "手机",
"image" => "http://admin.demo.ulthon.com/upload/20220417/72ef1d769595627af51d76c612a789bf.png",
"sort" => 0,
"status" => 1,
"remark" => "",
)
);
return $ul_mall_cate;