初始化代码
This commit is contained in:
42
app/massage/info/DiyTabbar.php
Normal file
42
app/massage/info/DiyTabbar.php
Normal file
@@ -0,0 +1,42 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: shuixian
|
||||
* Date: 2019/11/20
|
||||
* Time: 18:29
|
||||
*/
|
||||
|
||||
|
||||
//底部菜单自定义
|
||||
return [
|
||||
[
|
||||
//底部菜单编号
|
||||
'key' => 2 ,
|
||||
//是否显示
|
||||
'is_show' => 1 ,
|
||||
//图标
|
||||
'iconPath' => 'icon-shangcheng1',
|
||||
//选中图标样式
|
||||
'selectedIconPath' => 'icon-shangcheng',
|
||||
//那个页面 英文名称
|
||||
'pageComponents' => 'shopHome',
|
||||
//名称
|
||||
'name' => '商城',
|
||||
'url' => '',
|
||||
'url_jump_way' => '0',
|
||||
'url_out' => '',
|
||||
'is_delete' => false ,
|
||||
'bind_compoents'=>[
|
||||
'base',
|
||||
'shopCompoent',
|
||||
'operate'
|
||||
],
|
||||
|
||||
'bind_links' => [
|
||||
|
||||
'shop'
|
||||
],
|
||||
'page'=> []
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user