46 lines
1.2 KiB
PHP
46 lines
1.2 KiB
PHP
<?php
|
|
return ['agent_menu'=> [
|
|
[
|
|
'app'=>'store',
|
|
'name'=>'我的',
|
|
'title'=>null,
|
|
"icon"=>"icon-tags",
|
|
"url"=>'/admin/supplier/agent-store',
|
|
'route'=>'',
|
|
'topic'=>'我的',
|
|
'hidden'=>false,
|
|
'target'=>null,
|
|
"menu"=>[
|
|
[
|
|
'name'=>'门店',
|
|
'title'=>null,
|
|
'menu'=>[
|
|
[
|
|
'name'=>'我的门店',
|
|
'title'=>null,
|
|
'url'=>'/admin/supplier/agent-store',
|
|
'target'=>null
|
|
],
|
|
[
|
|
'name'=>'我的店员',
|
|
'title'=>null,
|
|
'url'=>'/admin/supplier/agent-clerk',
|
|
'target'=>null
|
|
],
|
|
]
|
|
],
|
|
[
|
|
'name'=>'订单',
|
|
'title'=>null,
|
|
'menu'=>[
|
|
[
|
|
'name'=>'订单列表',
|
|
'title'=>null,
|
|
'url'=>'/admin/supplier/agent-order',
|
|
'target'=>null
|
|
]
|
|
]
|
|
]
|
|
]
|
|
],
|
|
]]; |