mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
13 lines
273 B
PHP
13 lines
273 B
PHP
<?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;
|