mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-07 02:22:48 +08:00
完成将商品标签加入安装流程中,可以方便的测试表格选择器;
This commit is contained in:
@@ -142,7 +142,18 @@ $ul_system_menu = array(
|
||||
"target" => "_self",
|
||||
"sort" => 0,
|
||||
"status" => 1,
|
||||
)
|
||||
),
|
||||
array(
|
||||
"id" => 254,
|
||||
"pid" => 249,
|
||||
"title" => "商品标签",
|
||||
"icon" => "fa fa-connectdevelop",
|
||||
"href" => "mall.tag/index",
|
||||
"params" => "",
|
||||
"target" => "_self",
|
||||
"sort" => 0,
|
||||
"status" => 1,
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user