[ 'name' => '首页', 'icon' => 'iconshouye', 'index' => 'index/index', ], 'applet' => [ 'name' => '小程序', 'icon' => 'iconweixinxiaochengxu', 'color' => '#36b313', 'index' => 'applet/all', 'submenu' => [ [ 'name' => '小程序管理', 'active' => false, 'submenu' => [ [ 'name' => '全部', 'index' => 'applet/all', 'uris' => [ 'applet/all', 'applet/delete' ], ], [ 'name' => '已授权', 'index' => 'applet/normal', 'uris' => [ 'applet/normal', 'applet/delete' ], ], [ 'name' => '已到期', 'index' => 'applet/ends', 'uris' => [ 'applet/ends', 'applet/delete' ], ], ] ], [ 'name' => '模板市场', 'index' => 'applet.template/index', 'uris' => [ 'applet.template/index', 'applet.template/add', 'applet.template/edit', 'applet.template/delete' ], ], ], ], 'user' => [ 'name' => '用户管理', 'icon' => 'iconyonghuguanli', 'index' => 'user/index', 'submenu' => [ [ 'name' => '用户列表', 'index' => 'user/index', 'uris' => [ 'user/index', 'user/add', 'user/delete', ], ], ] ], 'finance' => [ 'name' => '账务管理', 'icon' => 'iconcaiwuguanli', 'index' => 'finance/index', 'submenu' => [ [ 'name' => '财务统计', 'index' => 'finance/index', 'uris' => [ 'finance/index', ], ], [ 'name' => '用户流水', 'index' => 'finance.log/store', 'uris' => [ 'finance.log/store', ], ], [ 'name' => '我的流水', 'index' => 'finance.log/my', 'uris' => [ 'finance.log/my', ], ], ] ], ];