First commit
This commit is contained in:
28
app/card/info/FunctionPage.php
Executable file
28
app/card/info/FunctionPage.php
Executable file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: shuixian
|
||||
* Date: 2019/11/20
|
||||
* Time: 18:29
|
||||
*/
|
||||
|
||||
|
||||
|
||||
//模块组件 后台DIY页面的左侧
|
||||
return [
|
||||
//链接类型
|
||||
|
||||
[
|
||||
'id'=>'',
|
||||
|
||||
'key'=> 1,
|
||||
//"params"=>"{"page" : "PAGE", "page_count" : "PAGE_COUNT"}",
|
||||
"title" => "名片页面",
|
||||
//小程序路径
|
||||
"path" => "/pages/user/home?key=1&staff_id="
|
||||
]
|
||||
|
||||
|
||||
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user